mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 10:31:07 +00:00
Temporarily disable the config dialog and just map a tap of a controller element to move
This commit is contained in:
@@ -207,6 +207,8 @@ public abstract class VirtualControllerElement extends View {
|
||||
startSize_x = getWidth();
|
||||
startSize_y = getHeight();
|
||||
|
||||
actionEnableMove();
|
||||
|
||||
return true;
|
||||
}
|
||||
case MotionEvent.ACTION_MOVE: {
|
||||
@@ -236,8 +238,7 @@ public abstract class VirtualControllerElement extends View {
|
||||
case MotionEvent.ACTION_CANCEL:
|
||||
case MotionEvent.ACTION_UP:
|
||||
case MotionEvent.ACTION_POINTER_UP: {
|
||||
currentMode = Mode.Normal;
|
||||
showConfigurationDialog();
|
||||
actionCancel();
|
||||
return true;
|
||||
}
|
||||
default: {
|
||||
|
||||
Reference in New Issue
Block a user