The gamepad now sets the modifiers

This commit is contained in:
SerpentSpirale 2021-07-23 11:12:12 +02:00
parent 59bc3764dd
commit cd0c4c25da

View File

@ -334,6 +334,7 @@ public class Gamepad {
MainActivity.sendKeyPress(keycode, CallbackBridge.getCurrentMods(), isDown);
break;
}
CallbackBridge.setModifiers(keycode, isDown);
}
}