Searched defs:joystick_hwdata (Results 1 – 9 of 9) sorted by relevance
31 typedef struct joystick_hwdata struct47 struct joystick_hwdata *next; argument48 } joystick_hwdata; typedef
27 struct joystick_hwdata struct29 int fd;30 struct SDL_joylist_item *item;31 SDL_JoystickGUID guid;32 char *fname; /* Used in haptic subsystem */35 struct hwdata_hat38 } *hats;40 struct hwdata_ball43 } *balls;46 Uint8 key_map[KEY_MAX - BTN_MISC];[all …]
44 struct joystick_hwdata struct67 struct joystick_hwdata *pNext; /* next device */ argument
65 struct joystick_hwdata struct67 SDL_JoystickGUID guid;68 SDL_bool removed;69 SDL_bool send_remove_event;72 LPDIRECTINPUTDEVICE8 InputDevice;73 DIDEVCAPS Capabilities;74 SDL_bool buffered;75 input_t Inputs[MAX_INPUTS];76 int NumInputs;77 int NumSliders;[all …]
57 struct joystick_hwdata struct60 UINT id;64 struct _transaxis68 } transaxis[6];
46 struct joystick_hwdata struct48 BJoystick *stick;49 uint8 *new_hats;50 int16 *new_axes;
134 struct joystick_hwdata struct136 int fd;137 char *path;139 {142 } type;143 struct report_desc *repdesc;144 struct report inreport;145 int axis_map[JOYAXE_count]; /* map present JOYAXE_* to 0,1,.. */
48 typedef SDL_joylist_item joystick_hwdata; typedef