input: unhide cursor on tablet events after touch events (#10484)
This commit is contained in:
parent
b90910c0dc
commit
185c96849e
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue