Searched refs:cursor (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Backends/Display/xInput/ |
| D | XLibHelper.cs | 124 …atic int XChangeActivePointerGrab(IntPtr display, uint eventMask, IntPtr cursor, /*Time*/int time); in XChangeActivePointerGrab() argument 127 …uint eventMask, int pointerMode, int keyboardMode, int confineTo, IntPtr cursor, /*Time*/int time); in XGrabPointer() argument 193 IntPtr cursor; in DefineEmptyCursor() 198 cursor = XCreatePixmapCursor(DisplayHandle, pixmap, pixmap, ref c, ref c, 0, 0); in DefineEmptyCursor() 203 return cursor; in DefineEmptyCursor()
|