mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 22:51:58 -07:00
seatmgr: Add a grab class
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user