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

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

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

Either pointer may safely be null.