mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Outline all the Mouse and Keyboard code.
This commit is contained in:
@@ -42,7 +42,7 @@ void WorldSelectionList::tick()
|
||||
{
|
||||
RolledSelectionList::tick();
|
||||
field_D0++;
|
||||
if (Mouse::_buttonStates[1] || !field_28)
|
||||
if (Mouse::isButtonDown(1) || !field_28)
|
||||
return;
|
||||
|
||||
m_selectedIndex = -1;
|
||||
|
||||
Reference in New Issue
Block a user