SDL_GetWindowDisplayMode

Function SDL_GetWindowDisplayMode 

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