Home
last modified time | relevance | path

Searched defs:joystick_hwdata (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/joystick/iphoneos/
DSDL_sysjoystick_c.h31 typedef struct joystick_hwdata struct
47 struct joystick_hwdata *next; argument
48 } joystick_hwdata; typedef
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/linux/
DSDL_sysjoystick_c.h27 struct joystick_hwdata struct
29 int fd;
30 struct SDL_joylist_item *item;
31 SDL_JoystickGUID guid;
32 char *fname; /* Used in haptic subsystem */
35 struct hwdata_hat
38 } *hats;
40 struct hwdata_ball
43 } *balls;
46 Uint8 key_map[KEY_MAX - BTN_MISC];
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/darwin/
DSDL_sysjoystick_c.h44 struct joystick_hwdata struct
67 struct joystick_hwdata *pNext; /* next device */ argument
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/
DSDL_windowsjoystick_c.h65 struct joystick_hwdata struct
67 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 …]
DSDL_mmjoystick.c57 struct joystick_hwdata struct
60 UINT id;
64 struct _transaxis
68 } transaxis[6];
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/haiku/
DSDL_haikujoystick.cc46 struct joystick_hwdata struct
48 BJoystick *stick;
49 uint8 *new_hats;
50 int16 *new_axes;
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/bsd/
DSDL_sysjoystick.c134 struct joystick_hwdata struct
136 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,.. */
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/android/
DSDL_sysjoystick_c.h48 typedef SDL_joylist_item joystick_hwdata; typedef
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/emscripten/
DSDL_sysjoystick_c.h48 typedef SDL_joylist_item joystick_hwdata; typedef