Searched refs:DisplayHandle (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Backends/Display/xInput/ |
| D | XLibHelper.cs | 37 using(var l = new XLibLocker(DisplayHandle)) in GrabCursorByWindow() 43 …res = XGrabPointer(DisplayHandle, windowId, true, 0x4 | 0x8 | 0x40, 1, 1, windowId, DefineEmptyCur… in GrabCursorByWindow() 48 XGrabKeyboard(DisplayHandle, windowId, true, 1, 1, 0); in GrabCursorByWindow() 57 using(var l = new XLibLocker(DisplayHandle)) in UngrabCursor() 59 XUngrabPointer(DisplayHandle, 0); in UngrabCursor() 60 XUngrabKeyboard(DisplayHandle, 0); in UngrabCursor() 63 XCloseDisplay(DisplayHandle); in UngrabCursor() 64 DisplayHandle = XOpenDisplay(IntPtr.Zero); in UngrabCursor() 74 using(var l = new XLibLocker(DisplayHandle)) in GetCursorPosition() 76 … XQueryPointer(DisplayHandle, win, ref r, ref c, ref rx, ref ry, ref wx, ref wy, ref m); in GetCursorPosition() [all …]
|