Function fermium::video::SDL_GetDisplayUsableBounds[][src]

pub unsafe extern "C" fn SDL_GetDisplayUsableBounds(
    displayIndex: c_int,
    rect: *mut SDL_Rect
) -> c_int
Expand description

As SDL_GetDisplayBounds, but system reserved area (eg: the taskbar) is removed for you.

Generally, you should use this for non-fullscreen programs.