SDL  2.0
SDL_GameController Struct Reference
+ Collaboration diagram for SDL_GameController:

Data Fields

SDL_Joystick * joystick
 
int ref_count
 
Uint8 hatState [4]
 
struct _SDL_ControllerMapping mapping
 
struct _SDL_GameControllernext
 

Detailed Description

Definition at line 96 of file SDL_gamecontroller.c.

Field Documentation

§ hatState

Uint8 SDL_GameController::hatState[4]

Definition at line 100 of file SDL_gamecontroller.c.

§ joystick

SDL_Joystick* SDL_GameController::joystick

Definition at line 98 of file SDL_gamecontroller.c.

Referenced by SDL_JoystickOpen().

§ mapping

struct _SDL_ControllerMapping SDL_GameController::mapping

Definition at line 101 of file SDL_gamecontroller.c.

§ next

struct _SDL_GameController* SDL_GameController::next

Definition at line 102 of file SDL_gamecontroller.c.

§ ref_count

int SDL_GameController::ref_count

Definition at line 99 of file SDL_gamecontroller.c.


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