pub unsafe extern "C" fn SDL_GetWindowDisplayMode(
    window: *mut SDL_Window,
    mode: *mut SDL_DisplayMode
) -> c_int
Expand description

\brief Fill in information about the display mode used when a fullscreen window is visible.

\sa SDL_SetWindowDisplayMode() \sa SDL_SetWindowFullscreen()