pub unsafe extern "C" fn SDL_GetWindowDisplayIndex(
    window: *mut SDL_Window
) -> c_int
Expand description

Gets the display index for the center of a given window.

Returns: non-negative, or negative on failure. Call SDL_GetErrorMsg for more.