zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_hints_c.h File Reference

Go to the source code of this file.

Typedefs

typedef void(* SDL_HintChangedCb )(const char *name, const char *oldValue, const char *newValue)
 A callback function that is optionally called when a hint changes. More...
 

Functions

SDL_bool SDL_RegisterHintChangedCb (const char *name, SDL_HintChangedCb hintCb)
 

Typedef Documentation

typedef void(* SDL_HintChangedCb)(const char *name, const char *oldValue, const char *newValue)

A callback function that is optionally called when a hint changes.

Definition at line 28 of file SDL_hints_c.h.

Function Documentation

SDL_bool SDL_RegisterHintChangedCb ( const char *  name,
SDL_HintChangedCb  hintCb 
)