mirror of
https://github.com/vcmi/vcmi.git
synced 2025-04-02 22:05:43 +02:00
haptic feedback only if menu opens
This commit is contained in:
parent
9ef959a7f8
commit
c6e860720e
@ -223,9 +223,9 @@ void InputSourceTouch::handleUpdate()
|
|||||||
if (currentTime > lastTapTimeTicks + params.longTouchTimeMilliseconds)
|
if (currentTime > lastTapTimeTicks + params.longTouchTimeMilliseconds)
|
||||||
{
|
{
|
||||||
GH.events().dispatchShowPopup(GH.getCursorPosition());
|
GH.events().dispatchShowPopup(GH.getCursorPosition());
|
||||||
hapticFeedback();
|
|
||||||
|
|
||||||
if (GH.windows().isTopWindowPopup())
|
if (GH.windows().isTopWindowPopup())
|
||||||
|
hapticFeedback();
|
||||||
state = TouchState::TAP_DOWN_LONG;
|
state = TouchState::TAP_DOWN_LONG;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user