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:
@@ -174,7 +174,6 @@ void InputSourceTouch::handleEventFingerUp(const SDL_TouchFingerEvent & tfinger)
|
|||||||
GH.input().setCursorPosition(convertTouchToMouse(tfinger));
|
GH.input().setCursorPosition(convertTouchToMouse(tfinger));
|
||||||
GH.events().dispatchMouseLeftButtonPressed(convertTouchToMouse(tfinger));
|
GH.events().dispatchMouseLeftButtonPressed(convertTouchToMouse(tfinger));
|
||||||
GH.events().dispatchMouseLeftButtonReleased(convertTouchToMouse(tfinger));
|
GH.events().dispatchMouseLeftButtonReleased(convertTouchToMouse(tfinger));
|
||||||
hapticFeedback();
|
|
||||||
state = TouchState::IDLE;
|
state = TouchState::IDLE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user