SDL_GetDisplayForPoint

Get the display containing a point.

extern (C) nothrow @nogc extern
SDL_GetDisplayForPoint
()

Parameters

point const(SDL_Point)*

the point to query.

Return Value

the instance ID of the display containing the point or 0 on failure; call SDL_GetError() for more information.

Threadsafety: This function should only be called on the main thread.

See Also

Meta