[][src]Function fermium::video::SDL_GetDisplayMode

pub unsafe extern "C" fn SDL_GetDisplayMode(
    displayIndex: c_int,
    modeIndex: c_int,
    mode: *mut SDL_DisplayMode
) -> c_int

Gets info about a display mode.

Returns: 0 on success, negative on failure. Call [SDL_GetError] for more.