Home
last modified time | relevance | path

Searched defs:haptic_hwdata (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/haptic/windows/
A DSDL_windowshaptic_c.h34 struct haptic_hwdata struct
37 LPDIRECTINPUTDEVICE8 device;
39 DWORD axes[3]; /* Axes to use. */
40 SDL_bool is_joystick; /* Device is loaded as joystick. */
41 Uint8 bXInputHaptic; /* Supports force feedback via XInput. */
42 Uint8 userid; /* XInput userid index for this joystick */
43 SDL_Thread *thread;
44 SDL_mutex *mutex;
45 Uint32 stopTicks;
46 SDL_atomic_t stopThread;
/AliOS-Things-master/components/SDL2/src/haptic/linux/
A DSDL_syshaptic.c70 struct haptic_hwdata struct
72 int fd; /* File descriptor of the device. */
73 char *fname; /* Points to the name in SDL_hapticlist. */
/AliOS-Things-master/components/SDL2/src/haptic/darwin/
A DSDL_syshaptic.c65 struct haptic_hwdata struct
67 FFDeviceObjectReference device; /* Hardware device. */
68 UInt8 axes[3];

Completed in 13 milliseconds