Touchscreen: Abort ongoing short taps if touch interaction mode changes (#14305)
This commit is contained in:
@@ -314,6 +314,7 @@ class TouchScreenGUI
|
||||
|
||||
v2s32 getPointerPos();
|
||||
void emitMouseEvent(EMOUSE_INPUT_EVENT type);
|
||||
TouchInteractionMode m_last_mode = TouchInteractionMode_END;
|
||||
TapState m_tap_state = TapState::None;
|
||||
|
||||
bool m_dig_pressed = false;
|
||||
|
||||
Reference in New Issue
Block a user