Function fermium::hints::SDL_SetHint

source ·
pub unsafe extern "C" fn SDL_SetHint(
    name: *const c_char,
    value: *const c_char
) -> SDL_bool
Expand description

Set a hint with normal priority

Returns: SDL_TRUE if the hint was set, SDL_FALSE otherwise.