Lines Matching defs:_KdPointerInfo
179 struct _KdPointerInfo { struct180 DeviceIntPtr dixdev;181 char *name;182 char *path;183 char *protocol;184 InputOption *options;185 int inputClass;187 CARD8 map[KD_MAX_BUTTON + 1];188 int nButtons;189 int nAxes;213 struct _KdPointerInfo *next; argument