mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-07 12:27:59 +08:00
fixed spurious mouse motions when entering/leaving primary
screen on X11.
This commit is contained in:
@@ -42,6 +42,8 @@ private:
|
||||
void doSelectEvents(Display*, Window) const;
|
||||
void warpCursorNoLock(Display*,
|
||||
SInt32 xAbsolute, SInt32 yAbsolute);
|
||||
void warpCursorNoLockNoFlush(Display*,
|
||||
SInt32 xAbsolute, SInt32 yAbsolute);
|
||||
|
||||
KeyModifierMask mapModifier(unsigned int state) const;
|
||||
KeyID mapKey(XKeyEvent*) const;
|
||||
|
||||
Reference in New Issue
Block a user