Skip to content

Commit

Permalink
Changed motion listener implementation not to inherit from Activity c…
Browse files Browse the repository at this point in the history
…lass.
  • Loading branch information
philippwiesemann committed Nov 10, 2013
1 parent fda8d93 commit 26ce68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -885,7 +885,7 @@ public int getJoyId(int devId) {

}

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
Expand Down

0 comments on commit 26ce68e

Please sign in to comment.