input: unhide cursor on tablet events after touch events (#10484)

This commit is contained in:
darkwater
2025-05-21 23:44:21 +02:00
committed by GitHub
parent b90910c0dc
commit 185c96849e

View File

@@ -134,6 +134,7 @@ void CInputManager::onTabletAxis(CTablet::SAxisEvent e) {
}
}
m_lastInputTouch = false;
simulateMouseMovement();
refocusTablet(PTAB, PTOOL, true);
m_lastCursorMovement.reset();