Skip to content

Commit

Permalink
Android: Removed outdated comment from source.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Mar 25, 2015
1 parent 03f5185 commit 3767230
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -1508,7 +1508,6 @@ public boolean handleMotionEvent(MotionEvent event) {

class SDLGenericMotionListener implements View.OnGenericMotionListener {
// Generic Motion (mouse hover, joystick...) events go here
// We only have joysticks yet
@Override
public boolean onGenericMotion(View v, MotionEvent event) {
float x, y;
Expand Down

0 comments on commit 3767230

Please sign in to comment.