Function sdl2_sys::SDL_SetHint
source ยท pub unsafe extern "C" fn SDL_SetHint(
name: *const c_char,
value: *const c_char,
) -> SDL_bool
Expand description
\brief Set a hint with normal priority
\return SDL_TRUE if the hint was set, SDL_FALSE otherwise