SDL  2.0
haptic_hwdata Struct Reference

#include <SDL_windowshaptic_c.h>

+ Collaboration diagram for haptic_hwdata:

Data Fields

DWORD axes [3]
 
SDL_bool is_joystick
 
Uint8 bXInputHaptic
 
Uint8 userid
 
SDL_Threadthread
 
SDL_mutexmutex
 
Uint32 stopTicks
 
SDL_atomic_t stopThread
 

Detailed Description

Definition at line 34 of file SDL_windowshaptic_c.h.

Field Documentation

◆ axes

DWORD haptic_hwdata::axes[3]

Definition at line 39 of file SDL_windowshaptic_c.h.

◆ bXInputHaptic

Uint8 haptic_hwdata::bXInputHaptic

Definition at line 41 of file SDL_windowshaptic_c.h.

◆ is_joystick

SDL_bool haptic_hwdata::is_joystick

Definition at line 40 of file SDL_windowshaptic_c.h.

◆ mutex

SDL_mutex* haptic_hwdata::mutex

Definition at line 44 of file SDL_windowshaptic_c.h.

◆ stopThread

SDL_atomic_t haptic_hwdata::stopThread

Definition at line 46 of file SDL_windowshaptic_c.h.

◆ stopTicks

Uint32 haptic_hwdata::stopTicks

Definition at line 45 of file SDL_windowshaptic_c.h.

◆ thread

SDL_Thread* haptic_hwdata::thread

Definition at line 43 of file SDL_windowshaptic_c.h.

◆ userid

Uint8 haptic_hwdata::userid

Definition at line 42 of file SDL_windowshaptic_c.h.


The documentation for this struct was generated from the following file: