mirror of https://github.com/encounter/SDL.git
Android: remove another hard-coded constant for Samsung DeX (no op!)
This commit is contained in:
parent
56f4a711e3
commit
55838d8bd6
|
@ -721,7 +721,8 @@ class SDLGenericMotionListener_API26 extends SDLGenericMotionListener_API24 {
|
||||||
return SDLControllerManager.handleJoystickMotionEvent(event);
|
return SDLControllerManager.handleJoystickMotionEvent(event);
|
||||||
|
|
||||||
case InputDevice.SOURCE_MOUSE:
|
case InputDevice.SOURCE_MOUSE:
|
||||||
case 12290: // DeX desktop mouse cursor is a separate non-standard input type.
|
// DeX desktop mouse cursor is a separate non-standard input type.
|
||||||
|
case InputDevice.SOURCE_MOUSE | InputDevice.SOURCE_TOUCHSCREEN:
|
||||||
if (!SDLActivity.mSeparateMouseAndTouch) {
|
if (!SDLActivity.mSeparateMouseAndTouch) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue