Function rich_sdl2_rust::hint::set_hint_with_priority
source · pub fn set_hint_with_priority(
key: &str,
value: &str,
priority: HintPriority
) -> Result<()>
Expand description
Sets a hint value of the key with a priority.
§Errors
Returns Err
if the hint of key
does not exist.