mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-22 07:55:10 +00:00
- This allows looking up the display index for an arbitrary location rather than requiring an active window to do so. - This change also reimplements the fallback display lookup that found the display with center closest to the window's center to instead find the display rect edge closest to the window center (this was done in the almost identical display lookup used in SDL_windowsmodes.c, which now uses `SDL_GetPointDisplayIndex`). In practice this should almost never be hit as it requires the window's center to not be enclosed by any display rect. |
||
---|---|---|
.. | ||
gendynapi.pl | ||
SDL2.exports | ||
SDL_dynapi.c | ||
SDL_dynapi.h | ||
SDL_dynapi_overrides.h | ||
SDL_dynapi_procs.h |