Module rich_sdl2_rust::hint
source · Expand description
Getting/setting hints for SDL2 features working.
Structs§
- An event on updated the hint.
- An hint update observer.
Enums§
- A priority of the hint specifying.
Traits§
- A callback invoked on updated the hint.
Functions§
- Clears all the set hints.
- Returns the hint value of the key if exists.
- Returns the boolean hint value of the key if exists.
- Sets the hint value of the key, or
Err
if does not exist. - Sets a hint value of the key with a priority.