pub unsafe extern "C" fn SDL_SetWindowResizable(
    window: *mut SDL_Window,
    resizable: SDL_bool
)
Expand description

Set if the window should allow resizing.