1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh....
#endif
//GO(XAllowDeviceEvents,
//GO(XChangeDeviceControl,
//GO(XChangeDeviceDontPropagateList,
//GO(XChangeDeviceKeyMapping,
GO(XChangeDeviceProperty, vFppppiipi)
//GO(XChangeFeedbackControl,
//GO(XChangeKeyboardDevice,
//GO(XChangePointerDevice,
GO(XCloseDevice, iFpp)
GO(XDeleteDeviceProperty, vFppp)
//GO(XDeviceBell,
//GO(XFreeDeviceControl,
GO(XFreeDeviceList, iFp)
GO(XFreeDeviceMotionEvents, iFv)
GO(XFreeDeviceState, vFp)
//GO(XFreeFeedbackList,
GO(XGetDeviceButtonMapping, iFpppi)
//GO(XGetDeviceControl,
//GO(XGetDeviceDontPropagateList,
//GO(XGetDeviceFocus,
//GO(XGetDeviceKeyMapping,
//GO(XGetDeviceModifierMapping,
GO(XGetDeviceMotionEvents, pFppuuppp)
GO(XGetDeviceProperty, iFpppllipppppp)
GO(XGetExtensionVersion, pFpp)
//GO(XGetFeedbackControl,
//GO(XGetSelectedExtensionEvents,
GO(XGrabDevice, iFpppiipiiu)
//GO(XGrabDeviceButton,
//GO(XGrabDeviceKey,
//GO(XIAllowEvents,
//GO(XIAllowTouchEvents,
GO(XIBarrierReleasePointer, vFpipp)
GO(XIBarrierReleasePointers, vFppi)
//GO(XIChangeHierarchy,
GO(XIChangeProperty, vFpippiipi)
GO(XIDefineCursor, iFpipp)
GO(XIDeleteProperty, vFpip)
GO(XIFreeDeviceInfo, vFp)
GO(XIGetClientPointer, iFppp)
//GO(XIGetFocus,
GO(XIGetProperty, iFpipllipppppp)
GO(XIGetSelectedEvents, iFpppi)
GO(XIGrabButton, iFpiippiiipip)
GO(XIGrabDevice, iFpipLpiiip)
//GO(XIGrabEnter,
//GO(XIGrabFocusIn,
GO(XIGrabKeycode, iFpiipiiipip)
GO(XIGrabTouchBegin, iFpipipip)
//GO(XIListProperties,
GO(XIQueryDevice, pFpip)
GO(XIQueryPointer, iFpipppppppppp)
GO(XIQueryVersion, iFppp)
GO(XISelectEvents, iFpppi)
GO(XISetClientPointer, iFppi)
//GO(XISetFocus,
GO(XIUndefineCursor, iFpip)
GO(XIUngrabButton, iFpiipip)
GO(XIUngrabDevice, iFpiL)
//GO(XIUngrabEnter,
//GO(XIUngrabFocusIn,
GO(XIUngrabKeycode, iFpiipip)
GO(XIUngrabTouchBegin, iFpipip)
GO(XIWarpPointer, iFpippddiidd)
//GO(XListDeviceProperties,
GO(XListInputDevices, pFpp)
GO(XOpenDevice, pFpp)
GO(XQueryDeviceState, pFpp)
GO(XSelectExtensionEvent, iFpppi)
//GO(XSendExtensionEvent,
GO(XSetDeviceButtonMapping, iFpppi)
//GO(XSetDeviceFocus,
//GO(XSetDeviceMode,
//GO(XSetDeviceModifierMapping,
//GO(XSetDeviceValuators,
GO(XUngrabDevice, iFppu)
//GO(XUngrabDeviceButton,
//GO(XUngrabDeviceKey,
GO(_XiGetDevicePresenceNotifyEvent, iFp)
//GO(_xibadclass,
//GO(_xibaddevice,
//GO(_xibadevent,
//GO(_xibadmode,
//GO(_xidevicebusy,
|