mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 16:16:04 -04:00
The gamepad now sets the modifiers
This commit is contained in:
parent
59bc3764dd
commit
cd0c4c25da
@ -334,6 +334,7 @@ public class Gamepad {
|
|||||||
MainActivity.sendKeyPress(keycode, CallbackBridge.getCurrentMods(), isDown);
|
MainActivity.sendKeyPress(keycode, CallbackBridge.getCurrentMods(), isDown);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
CallbackBridge.setModifiers(keycode, isDown);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user