SDL  2.0
SDL_HintWatch Struct Reference
+ Collaboration diagram for SDL_HintWatch:

Data Fields

SDL_HintCallback callback
 
voiduserdata
 
struct SDL_HintWatchnext
 

Detailed Description

Definition at line 30 of file SDL_hints.c.

Field Documentation

◆ callback

SDL_HintCallback SDL_HintWatch::callback

Definition at line 31 of file SDL_hints.c.

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

◆ next

struct SDL_HintWatch* SDL_HintWatch::next

◆ userdata

void* SDL_HintWatch::userdata

Definition at line 32 of file SDL_hints.c.

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


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