Changed motion listener implementation not to inherit from Activity class.

This commit is contained in:
Philipp Wiesemann
2013-11-10 15:04:58 +01:00
parent 7888ae8351
commit b2c9b7a871

View File

@@ -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