mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
* Outline all the Mouse and Keyboard code.
This commit is contained in:
@@ -87,7 +87,7 @@ void RolledSelectionList::render(int mouseX, int mouseY, float f)
|
||||
int nItems = getNumberOfItems();
|
||||
|
||||
// @TODO: fix gotos.
|
||||
if (!Mouse::_buttonStates[1])
|
||||
if (!Mouse::isButtonDown(1))
|
||||
{
|
||||
if (field_28 < 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user