mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-03 09:14:36 +00:00
Changed motion listener implementation not to inherit from Activity class.
This commit is contained in:
@@ -885,7 +885,7 @@ class SDLJoystickHandler_API12 extends SDLJoystickHandler {
|
||||
|
||||
}
|
||||
|
||||
class SDLGenericMotionHandler_API12 extends Activity implements View.OnGenericMotionListener {
|
||||
class SDLGenericMotionHandler_API12 implements View.OnGenericMotionListener {
|
||||
// Generic Motion (mouse hover, joystick...) events go here
|
||||
// We only have joysticks yet
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user