mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
Android: Fixed unused variable warning.
This commit is contained in:
parent
2b6f64220a
commit
a4a5483faf
@ -1598,7 +1598,6 @@ class SDLGenericMotionListener_API12 implements View.OnGenericMotionListener {
|
|||||||
@Override
|
@Override
|
||||||
public boolean onGenericMotion(View v, MotionEvent event) {
|
public boolean onGenericMotion(View v, MotionEvent event) {
|
||||||
float x, y;
|
float x, y;
|
||||||
int mouseButton;
|
|
||||||
int action;
|
int action;
|
||||||
|
|
||||||
switch ( event.getSource() ) {
|
switch ( event.getSource() ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user