Function fermium::video::SDL_GetWindowSize[][src]

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

Gets the window’s client area size (in screen coordinates).

Either pointer may safely be null.