input: lock focus for tablet when down (#11219)
This commit is contained in:
parent
211199e864
commit
5d4b4ecbfb
1 changed files with 2 additions and 1 deletions
|
|
@ -135,7 +135,8 @@ void CInputManager::onTabletAxis(CTablet::SAxisEvent e) {
|
||||||
}
|
}
|
||||||
|
|
||||||
m_lastInputTouch = false;
|
m_lastInputTouch = false;
|
||||||
simulateMouseMovement();
|
if (!PTOOL->m_isDown)
|
||||||
|
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