seatmgr: Add a grab class
This commit is contained in:
parent
0cfdde3d1a
commit
fc72df8e58
12 changed files with 257 additions and 188 deletions
|
|
@ -188,10 +188,12 @@ class CInputManager {
|
|||
void releaseAllMouseButtons();
|
||||
|
||||
// for some bugs in follow mouse 0
|
||||
bool m_bLastFocusOnLS = false;
|
||||
|
||||
bool m_bLastFocusOnLS = false;
|
||||
bool m_bLastFocusOnIMEPopup = false;
|
||||
|
||||
// for hard input e.g. clicks
|
||||
bool m_bHardInput = false;
|
||||
|
||||
// for hiding cursor on touch
|
||||
bool m_bLastInputTouch = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue