1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

only pop up for now

This commit is contained in:
Michael
2023-07-08 18:50:59 +02:00
committed by GitHub
parent ff51b8f46b
commit 050a22c257

View File

@@ -174,7 +174,6 @@ void InputSourceTouch::handleEventFingerUp(const SDL_TouchFingerEvent & tfinger)
GH.input().setCursorPosition(convertTouchToMouse(tfinger));
GH.events().dispatchMouseLeftButtonPressed(convertTouchToMouse(tfinger));
GH.events().dispatchMouseLeftButtonReleased(convertTouchToMouse(tfinger));
hapticFeedback();
state = TouchState::IDLE;
break;
}