Get the index of the display containing a point
Defined in SDL_video.h
int SDL_GetPointDisplayIndex(const SDL_Point * point);
const SDL_Point * | point | the point to query. |
(int) Returns the index of the display containing the point or a negative error code on failure; call SDL_GetError() for more information.
This function is available since SDL 2.24.0.