mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-20 09:37:07 -04:00
Update GLFWController.java
This commit is contained in:
@@ -50,7 +50,9 @@ public class GLFWController implements Controller{
|
||||
|
||||
@Override
|
||||
public boolean isButtonPressed(int index) {
|
||||
return (buttonData.get(index) == 1);
|
||||
if(index < 8){
|
||||
return (buttonData.get(index) == 1);
|
||||
}else return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user