Searched defs:haptic_hwdata (Results 1 – 3 of 3) sorted by relevance
34 struct haptic_hwdata struct37 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;
70 struct haptic_hwdata struct72 int fd; /* File descriptor of the device. */73 char *fname; /* Points to the name in SDL_hapticlist. */
65 struct haptic_hwdata struct67 FFDeviceObjectReference device; /* Hardware device. */68 UInt8 axes[3];
Completed in 13 milliseconds