refactor: replace references to Events with Input
This commit is contained in:
@@ -331,7 +331,7 @@ void Hud::update(bool visible) {
|
||||
processInput(visible);
|
||||
}
|
||||
if ((menu.hasOpenPage() || inventoryOpen) == input.getCursor().locked) {
|
||||
Events::toggleCursor();
|
||||
input.toggleCursor();
|
||||
}
|
||||
|
||||
if (blockUI) {
|
||||
|
||||
Reference in New Issue
Block a user