SDL  2.0
_ControllerMapping_t Struct Reference
+ Collaboration diagram for _ControllerMapping_t:

Data Fields

SDL_JoystickGUID guid
 
char * name
 
char * mapping
 
SDL_ControllerMappingPriority priority
 
struct _ControllerMapping_tnext
 

Detailed Description

Definition at line 93 of file SDL_gamecontroller.c.

Field Documentation

◆ guid

SDL_JoystickGUID _ControllerMapping_t::guid

Definition at line 95 of file SDL_gamecontroller.c.

◆ mapping

char* _ControllerMapping_t::mapping

Definition at line 97 of file SDL_gamecontroller.c.

◆ name

char* _ControllerMapping_t::name

Definition at line 96 of file SDL_gamecontroller.c.

◆ next

struct _ControllerMapping_t* _ControllerMapping_t::next

Definition at line 99 of file SDL_gamecontroller.c.

◆ priority

SDL_ControllerMappingPriority _ControllerMapping_t::priority

Definition at line 98 of file SDL_gamecontroller.c.


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