Skip to content

Commit

Permalink
Android: remove another hard-coded constant for Samsung DeX (no op!)
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Jan 17, 2019
1 parent 56f4a71 commit 55838d8
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -721,7 +721,8 @@ public boolean onGenericMotion(View v, MotionEvent event) {
return SDLControllerManager.handleJoystickMotionEvent(event);

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) {
break;
}
Expand Down

0 comments on commit 55838d8

Please sign in to comment.