mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 05:27:48 +00:00
Android: Removed outdated comment from source.
This commit is contained in:
@@ -1508,7 +1508,6 @@ class SDLJoystickHandler_API12 extends SDLJoystickHandler {
|
|||||||
|
|
||||||
class SDLGenericMotionListener implements View.OnGenericMotionListener {
|
class SDLGenericMotionListener implements View.OnGenericMotionListener {
|
||||||
// Generic Motion (mouse hover, joystick...) events go here
|
// Generic Motion (mouse hover, joystick...) events go here
|
||||||
// We only have joysticks yet
|
|
||||||
@Override
|
@Override
|
||||||
public boolean onGenericMotion(View v, MotionEvent event) {
|
public boolean onGenericMotion(View v, MotionEvent event) {
|
||||||
float x, y;
|
float x, y;
|
||||||
|
|||||||
Reference in New Issue
Block a user