Expand description
Getting/setting hints for SDL2 features working.
Structs§
- Hint
Event - An event on updated the hint.
- Hint
Observer - An hint update observer.
Enums§
- Hint
Priority - A priority of the hint specifying.
Traits§
- Hint
Callback - A callback invoked on updated the hint.
Functions§
- clear_
hints - Clears all the set hints.
- get_
hint - Returns the hint value of the key if exists.
- get_
hint_ bool - Returns the boolean hint value of the key if exists.
- set_
hint - Sets the hint value of the key, or
Err
if does not exist. - set_
hint_ with_ priority - Sets a hint value of the key with a priority.