diff --git a/main.cpp b/main.cpp index 5ad45ab..4f5e197 100644 --- a/main.cpp +++ b/main.cpp @@ -321,7 +321,7 @@ void Demo::onUserInput(UserInput* ui) { } mousex = ui->getMouseX(); mousey = ui->getMouseY(); - readMouseGUIInput(); + //readMouseGUIInput(); // Add other key handling here }