mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-05-24 01:44:38 -04:00
Revert "[REVERTME]: Break GLFW fto test SDL"
This reverts commit 60f05781f9120ec0e1136c67fcc859b652215766.
This commit is contained in:
@@ -196,6 +196,10 @@ public class CallbackBridge {
|
||||
@SuppressWarnings("unused")
|
||||
@Keep
|
||||
private static void onDirectInputEnable() {
|
||||
Log.i("CallbackBridge", "onDirectInputEnable()");
|
||||
DirectGamepadEnableHandler enableHandler = Tools.getWeakReference(sDirectGamepadEnableHandler);
|
||||
if(enableHandler != null) enableHandler.onDirectGamepadEnabled();
|
||||
sGamepadDirectInput = true;
|
||||
}
|
||||
|
||||
//Called from JRE side
|
||||
|
||||
Reference in New Issue
Block a user