SDL  2.0
SDL_Hint Struct Reference
+ Collaboration diagram for SDL_Hint:

Data Fields

char * name
 
char * value
 
SDL_HintPriority priority
 
SDL_HintWatchcallbacks
 
struct SDL_Hintnext
 

Detailed Description

Definition at line 36 of file SDL_hints.c.

Field Documentation

◆ callbacks

SDL_HintWatch* SDL_Hint::callbacks

◆ name

char* SDL_Hint::name

◆ next

struct SDL_Hint* SDL_Hint::next

◆ priority

SDL_HintPriority SDL_Hint::priority

Definition at line 39 of file SDL_hints.c.

Referenced by SDL_AddHintCallback(), SDL_GetHint(), and SDL_SetHintWithPriority().

◆ value

char* SDL_Hint::value

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