mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-02 16:18:31 +00:00
input: unhide cursor on tablet events after touch events (#10484)
This commit is contained in:
@@ -134,6 +134,7 @@ void CInputManager::onTabletAxis(CTablet::SAxisEvent e) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_lastInputTouch = false;
|
||||||
simulateMouseMovement();
|
simulateMouseMovement();
|
||||||
refocusTablet(PTAB, PTOOL, true);
|
refocusTablet(PTAB, PTOOL, true);
|
||||||
m_lastCursorMovement.reset();
|
m_lastCursorMovement.reset();
|
||||||
|
Reference in New Issue
Block a user