[][src]Function fermium::video::SDL_GetWindowMaximumSize

pub unsafe extern "C" fn SDL_GetWindowMaximumSize(
    window: *mut SDL_Window,
    w: *mut c_int,
    h: *mut c_int
)

Gets the maximum client area size of the window.