Apply suggestion from @slouken

This commit is contained in:
Sam Lantinga 2026-06-03 20:36:42 -07:00 committed by GitHub
parent bf3d650915
commit d73ec9e4f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,6 @@ public class SDLControllerManager
}
static void initializeDeviceListener() {
// TODO need SDL context here
InputManager im = (InputManager) SDL.getContext().getSystemService(Context.INPUT_SERVICE);
im.registerInputDeviceListener(new SDLDeviceListener(), null);
}