mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-25 17:21:54 -07: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();
|
||||
refocusTablet(PTAB, PTOOL, true);
|
||||
m_lastCursorMovement.reset();
|
||||
|
Reference in New Issue
Block a user