Searched defs:joystick_hwdata (Results 1 – 10 of 10) sorted by relevance
116 struct joystick_hwdata { struct117 int fd;118 char *path;119 enum {122 } type;123 struct report_desc *repdesc;124 struct report inreport;125 int axis_map[JOYAXE_count]; /* map present JOYAXE_* to 0,1,..*/126 int x;127 int y;[all …]
77 struct joystick_hwdata struct97 struct joystick_hwdata* pNext; /* next device */ argument
46 struct joystick_hwdata { struct47 BJoystick *stick;48 uint8 *new_hats;49 int16 *new_axes;
45 struct joystick_hwdata struct47 cont_cond_t prev_cond;48 int prev_buttons;
68 struct joystick_hwdata struct70 ULONG joystate;
52 struct joystick_hwdata struct54 char name[64];56 ISpElementReference refs[kMaxReferences];
272 struct joystick_hwdata { struct273 int fd;275 struct hwdata_hat {277 } *hats;279 struct hwdata_ball {281 } *balls;285 SDL_bool is_hid;286 Uint8 key_map[KEY_MAX-BTN_MISC];287 Uint8 abs_map[ABS_MAX];288 struct axis_correct {[all …]
44 struct joystick_hwdata struct46 int joystate;
54 struct joystick_hwdata struct57 UINT id;61 struct _transaxis {64 } transaxis[6];
74 struct joystick_hwdata struct76 Sint8 id;77 struct _transaxes82 } transaxes[MAX_AXES];