HomeSort by: relevance | last modified time | path
    Searched defs:DeviceIntPtr (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/include/
input.h 105 typedef struct _DeviceIntRec *DeviceIntPtr;
126 DeviceIntPtr /*device*/,
131 DeviceIntPtr /*device*/);
134 DeviceIntPtr /*device*/,
139 DeviceIntPtr /*device*/,
146 DeviceIntPtr /*pDev*/,
153 DeviceIntPtr /*pDev*/);
243 extern void set_key_down(DeviceIntPtr pDev, int key_code, int type);
244 extern void set_key_up(DeviceIntPtr pDev, int key_code, int type);
245 extern int key_is_down(DeviceIntPtr pDev, int key_code, int type)
    [all...]
  /xsrc/external/mit/xorg-server/dist/include/
input.h 151 typedef struct _DeviceIntRec *DeviceIntPtr;
167 typedef int (*DeviceProc) (DeviceIntPtr /*device */ ,
171 DeviceIntPtr /*device */ );
173 typedef Bool (*DeviceHandleProc) (DeviceIntPtr /*device */ ,
177 typedef void (*DeviceUnwrapProc) (DeviceIntPtr /*device */ ,
183 typedef void (*PointerAccelSchemeProc) (DeviceIntPtr /*device */ ,
187 typedef void (*DeviceCallbackProc) (DeviceIntPtr /*pDev */ );
190 typedef Bool (*PointerAccelSchemeInitProc) (DeviceIntPtr /*dev */ ,
278 extern _X_EXPORT void set_key_down(DeviceIntPtr pDev, int key_code, int type);
279 extern _X_EXPORT void set_key_up(DeviceIntPtr pDev, int key_code, int type)
    [all...]

Completed in 5 milliseconds