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

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

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

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