Searched defs:_InputInfoRec (Results 1 – 1 of 1) sorted by relevance
89 struct _InputInfoRec { struct90 struct _InputInfoRec *next; argument97 void (*read_input) (struct _InputInfoRec * local); argument98 int (*control_proc) (struct _InputInfoRec * local, xDeviceCtl * control); argument101 (struct _InputInfoRec * local, argument104 int fd;105 int major;106 int minor;107 DeviceIntPtr dev;108 void *private;[all …]