Function SDL_GetPointDisplayIndex
pub unsafe extern "C" fn SDL_GetPointDisplayIndex(
point: *const SDL_Point,
) -> i32
Available on crate feature
dep_sdl2
only.Expand description
Get the index of the display containing a point
\param point the point to query \returns the index of the display containing the point or a negative error code on failure; call SDL_GetError() for more information.
\since This function is available since SDL 2.24.0.
\sa SDL_GetDisplayBounds \sa SDL_GetNumVideoDisplays