Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/joystick/linux/
A DSDL_sysjoystick_c.h30 struct joystick_hwdata struct
32 int fd;
37 SDL_bool ff_rumble;
38 SDL_bool ff_sine;
43 struct hwdata_hat
46 } *hats;
48 struct hwdata_ball
51 } *balls;
59 struct axis_correct
65 SDL_bool fresh;
[all …]
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick_c.h31 typedef struct joystick_hwdata struct
51 struct joystick_hwdata *next; argument
52 } joystick_hwdata; typedef
/AliOS-Things-master/components/SDL2/src/joystick/virtual/
A DSDL_virtualjoystick_c.h33 typedef struct joystick_hwdata struct
47 struct joystick_hwdata *next; argument
48 } joystick_hwdata; typedef
/AliOS-Things-master/components/SDL2/src/joystick/darwin/
A DSDL_sysjoystick_c.h46 struct joystick_hwdata struct
48 IOHIDDeviceRef deviceRef; /* HIDManager device handle */
49 io_service_t ffservice; /* Interface for force feedback, 0 = no ff */
50 FFDeviceObjectReference ffdevice;
51 FFEFFECT *ffeffect;
75 struct joystick_hwdata *pNext; /* next device */ argument
/AliOS-Things-master/components/SDL2/src/joystick/windows/
A DSDL_windowsjoystick_c.h66 struct joystick_hwdata struct
68 SDL_JoystickGUID guid;
71 LPDIRECTINPUTDEVICE8 InputDevice;
72 DIDEVCAPS Capabilities;
73 SDL_bool buffered;
74 input_t Inputs[MAX_INPUTS];
75 int NumInputs;
76 int NumSliders;
77 SDL_bool ff_initialized;
78 DIEFFECT *ffeffect;
[all …]
A DSDL_mmjoystick.c53 struct joystick_hwdata struct
56 UINT id;
60 struct _transaxis
64 } transaxis[6];
A DSDL_windows_gaming_input.c35 struct joystick_hwdata struct
37 __x_ABI_CWindows_CGaming_CInput_CIRawGameController *controller;
38 __x_ABI_CWindows_CGaming_CInput_CIGameController *gamecontroller;
39 __x_ABI_CWindows_CGaming_CInput_CIGameControllerBatteryInfo *battery;
40 __x_ABI_CWindows_CGaming_CInput_CIGamepad *gamepad;
41 UINT64 timestamp;
A DSDL_rawinputjoystick.c116 struct joystick_hwdata struct
118 …d; /* reserving a value here to ensure the new SDL_hidapijoystick.c code never dereferences this */
119 SDL_RAWINPUT_Device *device;
/AliOS-Things-master/components/SDL2/src/joystick/haiku/
A DSDL_haikujoystick.cc46 struct joystick_hwdata struct
48 BJoystick *stick;
49 uint8 *new_hats;
50 int16 *new_axes;
/AliOS-Things-master/components/SDL2/src/joystick/bsd/
A DSDL_sysjoystick.c177 struct joystick_hwdata struct
179 int fd;
180 char *path;
182 {
185 } type;
186 struct report_desc *repdesc;
187 struct report inreport;
188 int axis_map[JOYAXE_count]; /* map present JOYAXE_* to 0,1,.. */
/AliOS-Things-master/components/SDL2/src/joystick/emscripten/
A DSDL_sysjoystick_c.h48 typedef SDL_joylist_item joystick_hwdata; typedef
/AliOS-Things-master/components/SDL2/src/joystick/android/
A DSDL_sysjoystick_c.h53 typedef SDL_joylist_item joystick_hwdata; typedef
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/
A DSDL_hidapijoystick.c57 struct joystick_hwdata struct
59 SDL_HIDAPI_Device *device;

Completed in 16 milliseconds