mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
Changed motion listener implementation not to inherit from Activity class.
This commit is contained in:
parent
fda8d93440
commit
26ce68e8c2
@ -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
|
// Generic Motion (mouse hover, joystick...) events go here
|
||||||
// We only have joysticks yet
|
// We only have joysticks yet
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user