[][src]Function fermium::hints::SDL_SetHint

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

Set a hint with normal priority

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