|
SDL
2.0
|
#include <SDL_syshaptic.h>
Collaboration diagram for SDL_Haptic:Data Fields | |
| Uint8 | index |
| struct haptic_effect * | effects |
| int | neffects |
| int | nplaying |
| unsigned int | supported |
| int | naxes |
| struct haptic_hwdata * | hwdata |
| int | ref_count |
| int | rumble_id |
| SDL_HapticEffect | rumble_effect |
| struct _SDL_Haptic * | next |
Definition at line 39 of file SDL_syshaptic.h.
| struct haptic_effect* SDL_Haptic::effects |
Definition at line 43 of file SDL_syshaptic.h.
| struct haptic_hwdata* SDL_Haptic::hwdata |
Definition at line 49 of file SDL_syshaptic.h.
| Uint8 SDL_Haptic::index |
Definition at line 41 of file SDL_syshaptic.h.
| int SDL_Haptic::naxes |
Definition at line 47 of file SDL_syshaptic.h.
| int SDL_Haptic::neffects |
Definition at line 44 of file SDL_syshaptic.h.
| struct _SDL_Haptic* SDL_Haptic::next |
Definition at line 54 of file SDL_syshaptic.h.
| int SDL_Haptic::nplaying |
Definition at line 45 of file SDL_syshaptic.h.
| int SDL_Haptic::ref_count |
Definition at line 50 of file SDL_syshaptic.h.
| SDL_HapticEffect SDL_Haptic::rumble_effect |
Definition at line 53 of file SDL_syshaptic.h.
| int SDL_Haptic::rumble_id |
Definition at line 52 of file SDL_syshaptic.h.
| unsigned int SDL_Haptic::supported |
Definition at line 46 of file SDL_syshaptic.h.