XI.h
上传用户:lctgjx
上传日期:2022-06-04
资源大小:8887k
文件大小:9k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /************************************************************
  2. Copyright 1989, 1998  The Open Group
  3. Permission to use, copy, modify, distribute, and sell this software and its
  4. documentation for any purpose is hereby granted without fee, provided that
  5. the above copyright notice appear in all copies and that both that
  6. copyright notice and this permission notice appear in supporting
  7. documentation.
  8. The above copyright notice and this permission notice shall be included in
  9. all copies or substantial portions of the Software.
  10. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  11. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  12. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  13. OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  14. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  15. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  16. Except as contained in this notice, the name of The Open Group shall not be
  17. used in advertising or otherwise to promote the sale, use or other dealings
  18. in this Software without prior written authorization from The Open Group.
  19. Copyright 1989 by Hewlett-Packard Company, Palo Alto, California.
  20. All Rights Reserved
  21. Permission to use, copy, modify, and distribute this software and its
  22. documentation for any purpose and without fee is hereby granted,
  23. provided that the above copyright notice appear in all copies and that
  24. both that copyright notice and this permission notice appear in
  25. supporting documentation, and that the name of Hewlett-Packard not be
  26. used in advertising or publicity pertaining to distribution of the
  27. software without specific, written prior permission.
  28. HEWLETT-PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  29. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  30. HEWLETT-PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  31. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  32. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  33. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  34. SOFTWARE.
  35. ********************************************************/
  36. /* Definitions used by the server, library and client */
  37. #ifndef _XI_H_
  38. #define _XI_H_
  39. #define sz_xGetExtensionVersionReq             8
  40. #define sz_xGetExtensionVersionReply           32
  41. #define sz_xListInputDevicesReq 4
  42. #define sz_xListInputDevicesReply 32
  43. #define sz_xOpenDeviceReq 8
  44. #define sz_xOpenDeviceReply 32
  45. #define sz_xCloseDeviceReq 8
  46. #define sz_xSetDeviceModeReq 8
  47. #define sz_xSetDeviceModeReply 32
  48. #define sz_xSelectExtensionEventReq 12
  49. #define sz_xGetSelectedExtensionEventsReq 8
  50. #define sz_xGetSelectedExtensionEventsReply 32
  51. #define sz_xChangeDeviceDontPropagateListReq 12
  52. #define sz_xGetDeviceDontPropagateListReq 8
  53. #define sz_xGetDeviceDontPropagateListReply 32
  54. #define sz_xGetDeviceMotionEventsReq 16
  55. #define sz_xGetDeviceMotionEventsReply 32
  56. #define sz_xChangeKeyboardDeviceReq 8
  57. #define sz_xChangeKeyboardDeviceReply 32
  58. #define sz_xChangePointerDeviceReq 8
  59. #define sz_xChangePointerDeviceReply 32
  60. #define sz_xGrabDeviceReq 20
  61. #define sz_xGrabDeviceReply 32
  62. #define sz_xUngrabDeviceReq 12
  63. #define sz_xGrabDeviceKeyReq 20
  64. #define sz_xGrabDeviceKeyReply 32
  65. #define sz_xUngrabDeviceKeyReq 16
  66. #define sz_xGrabDeviceButtonReq 20
  67. #define sz_xGrabDeviceButtonReply 32
  68. #define sz_xUngrabDeviceButtonReq 16
  69. #define sz_xAllowDeviceEventsReq 12
  70. #define sz_xGetDeviceFocusReq 8
  71. #define sz_xGetDeviceFocusReply 32
  72. #define sz_xSetDeviceFocusReq 16
  73. #define sz_xGetFeedbackControlReq 8
  74. #define sz_xGetFeedbackControlReply 32
  75. #define sz_xChangeFeedbackControlReq 12
  76. #define sz_xGetDeviceKeyMappingReq 8
  77. #define sz_xGetDeviceKeyMappingReply 32
  78. #define sz_xChangeDeviceKeyMappingReq 8
  79. #define sz_xGetDeviceModifierMappingReq 8
  80. #define sz_xSetDeviceModifierMappingReq 8
  81. #define sz_xSetDeviceModifierMappingReply 32
  82. #define sz_xGetDeviceButtonMappingReq 8
  83. #define sz_xGetDeviceButtonMappingReply 32
  84. #define sz_xSetDeviceButtonMappingReq 8
  85. #define sz_xSetDeviceButtonMappingReply 32
  86. #define sz_xQueryDeviceStateReq 8
  87. #define sz_xQueryDeviceStateReply 32
  88. #define sz_xSendExtensionEventReq 16
  89. #define sz_xDeviceBellReq 8
  90. #define sz_xSetDeviceValuatorsReq 8
  91. #define sz_xSetDeviceValuatorsReply 32
  92. #define sz_xGetDeviceControlReq 8
  93. #define sz_xGetDeviceControlReply 32
  94. #define sz_xChangeDeviceControlReq 8
  95. #define sz_xChangeDeviceControlReply 32
  96. #define INAME  "XInputExtension"
  97. #define XI_KEYBOARD "KEYBOARD"
  98. #define XI_MOUSE "MOUSE"
  99. #define XI_TABLET "TABLET"
  100. #define XI_TOUCHSCREEN "TOUCHSCREEN"
  101. #define XI_TOUCHPAD "TOUCHPAD"
  102. #define XI_BARCODE "BARCODE"
  103. #define XI_BUTTONBOX "BUTTONBOX"
  104. #define XI_KNOB_BOX "KNOB_BOX"
  105. #define XI_ONE_KNOB "ONE_KNOB"
  106. #define XI_NINE_KNOB "NINE_KNOB"
  107. #define XI_TRACKBALL "TRACKBALL"
  108. #define XI_QUADRATURE "QUADRATURE"
  109. #define XI_ID_MODULE "ID_MODULE"
  110. #define XI_SPACEBALL "SPACEBALL"
  111. #define XI_DATAGLOVE "DATAGLOVE"
  112. #define XI_EYETRACKER "EYETRACKER"
  113. #define XI_CURSORKEYS "CURSORKEYS"
  114. #define XI_FOOTMOUSE "FOOTMOUSE"
  115. #define Dont_Check 0
  116. #define XInput_Initial_Release 1
  117. #define XInput_Add_XDeviceBell 2
  118. #define XInput_Add_XSetDeviceValuators 3
  119. #define XInput_Add_XChangeDeviceControl 4
  120. #define XInput_Add_DevicePresenceNotify 5
  121. #define XI_Absent 0
  122. #define XI_Present 1
  123. #define XI_Initial_Release_Major 1
  124. #define XI_Initial_Release_Minor 0
  125. #define XI_Add_XDeviceBell_Major 1
  126. #define XI_Add_XDeviceBell_Minor 1
  127. #define XI_Add_XSetDeviceValuators_Major 1
  128. #define XI_Add_XSetDeviceValuators_Minor 2
  129. #define XI_Add_XChangeDeviceControl_Major 1
  130. #define XI_Add_XChangeDeviceControl_Minor 3
  131. #define XI_Add_DevicePresenceNotify_Major 1
  132. #define XI_Add_DevicePresenceNotify_Minor 4
  133. #define DEVICE_RESOLUTION 1
  134. #define DEVICE_ABS_CALIB        2
  135. #define DEVICE_CORE             3
  136. #define DEVICE_ENABLE           4
  137. #define DEVICE_ABS_AREA         5
  138. #define NoSuchExtension 1
  139. #define COUNT 0
  140. #define CREATE 1
  141. #define NewPointer 0
  142. #define NewKeyboard 1
  143. #define XPOINTER 0
  144. #define XKEYBOARD 1
  145. #define UseXKeyboard 0xFF
  146. #define IsXPointer 0
  147. #define IsXKeyboard 1
  148. #define IsXExtensionDevice 2
  149. #define IsXExtensionKeyboard    3
  150. #define IsXExtensionPointer     4
  151. #define AsyncThisDevice 0
  152. #define SyncThisDevice 1
  153. #define ReplayThisDevice 2
  154. #define AsyncOtherDevices 3
  155. #define AsyncAll 4
  156. #define SyncAll 5
  157. #define FollowKeyboard  3
  158. #ifndef RevertToFollowKeyboard
  159. #define RevertToFollowKeyboard  3
  160. #endif
  161. #define DvAccelNum              (1L << 0)
  162. #define DvAccelDenom            (1L << 1)
  163. #define DvThreshold             (1L << 2)
  164. #define DvKeyClickPercent (1L<<0)
  165. #define DvPercent (1L<<1)
  166. #define DvPitch (1L<<2)
  167. #define DvDuration (1L<<3)
  168. #define DvLed (1L<<4)
  169. #define DvLedMode (1L<<5)
  170. #define DvKey (1L<<6)
  171. #define DvAutoRepeatMode (1L<<7)
  172. #define DvString                (1L << 0)
  173. #define DvInteger               (1L << 0)
  174. #define DeviceMode              (1L << 0)
  175. #define Relative                0
  176. #define Absolute                1
  177. #define ProximityState          (1L << 1)
  178. #define InProximity             (0L << 1)
  179. #define OutOfProximity          (1L << 1)
  180. #define AddToList               0
  181. #define DeleteFromList          1
  182. #define KeyClass   0
  183. #define ButtonClass   1
  184. #define ValuatorClass   2
  185. #define FeedbackClass   3
  186. #define ProximityClass   4
  187. #define FocusClass   5
  188. #define OtherClass   6
  189. #define KbdFeedbackClass   0
  190. #define PtrFeedbackClass   1
  191. #define StringFeedbackClass   2
  192. #define IntegerFeedbackClass   3
  193. #define LedFeedbackClass   4
  194. #define BellFeedbackClass   5
  195. #define _devicePointerMotionHint 0
  196. #define _deviceButton1Motion  1
  197. #define _deviceButton2Motion  2
  198. #define _deviceButton3Motion  3
  199. #define _deviceButton4Motion  4
  200. #define _deviceButton5Motion  5
  201. #define _deviceButtonMotion  6
  202. #define _deviceButtonGrab  7
  203. #define _deviceOwnerGrabButton  8
  204. #define _noExtensionEvent  9
  205. #define _devicePresence  0
  206. #define DeviceAdded              0
  207. #define DeviceRemoved            1
  208. #define DeviceEnabled            2
  209. #define DeviceDisabled           3
  210. #define DeviceUnrecoverable      4
  211. #define DeviceControlChanged     5
  212. #define XI_BadDevice 0
  213. #define XI_BadEvent 1
  214. #define XI_BadMode 2
  215. #define XI_DeviceBusy 3
  216. #define XI_BadClass 4
  217. /*
  218.  * Make XEventClass be a CARD32 for 64 bit servers.  Don't affect client
  219.  * definition of XEventClass since that would be a library interface change.
  220.  * See the top of X.h for more _XSERVER64 magic.
  221.  *
  222.  * But, don't actually use the CARD32 type.  We can't get it defined here
  223.  * without polluting the namespace.
  224.  */
  225. #ifdef _XSERVER64
  226. typedef unsigned int XEventClass;
  227. #else
  228. typedef unsigned long XEventClass;
  229. #endif
  230. /*******************************************************************
  231.  *
  232.  * Extension version structure.
  233.  *
  234.  */
  235. typedef struct {
  236.         int    present;
  237.         short major_version;
  238.         short minor_version;
  239. } XExtensionVersion;
  240. #endif /* _XI_H_ */