SDL/include
Sam Lantinga 98bac00dcc Add SDL_GetPointDisplayIndex and SDL_GetRectDisplayIndex and re-implement SDL_GetWindowDisplayIndex in terms of SDL_GetRectDisplayIndex
- 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.
2022-08-08 11:26:52 -07:00
..
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-04-26 04:03:25 +03:00
2022-04-26 04:03:25 +03:00
2022-04-26 04:03:25 +03:00
2022-04-26 04:03:25 +03:00
2022-06-06 17:42:30 -07:00
2022-07-01 13:59:14 -07:00
2022-07-01 13:59:14 -07:00
2022-08-02 11:40:31 -07:00
2022-01-03 09:40:21 -08:00
2022-07-29 13:24:05 +00:00
2022-01-03 09:40:21 -08:00
2022-07-30 16:32:21 -07:00
2022-01-03 09:40:21 -08:00
2022-04-25 15:46:17 -07:00
2022-07-11 08:44:49 -07:00
2022-01-03 09:40:21 -08:00
2022-06-05 00:24:04 +00:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-08-08 08:32:38 -07:00
2022-01-03 09:40:21 -08:00
2022-03-27 16:49:05 +00:00
2022-01-03 09:40:21 -08:00
2022-08-06 13:25:12 +00:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-07-01 13:59:14 -07:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-07-04 23:57:05 +00:00
2022-06-27 10:19:39 -07:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-06-27 17:20:12 +00:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-01-03 09:40:21 -08:00
2022-06-27 10:19:39 -07:00
2022-01-03 09:40:21 -08:00
2022-02-08 10:37:04 +00:00
2022-01-03 09:40:21 -08:00
2021-10-27 01:36:05 +00:00
2022-07-25 19:53:04 -07:00