SDL2/src/dynapi
Sam Lantinga dcd17f5473 Renderer logical size is now implemented as a render target
This fixes rounding errors with coordinate scaling and gives more flexibility in the presentation, as well as making it easy to maintain device independent resolution as windows move between different pixel density displays.

By default when a renderer is created, it will match the window size so window coordinates and render coordinates are 1-1.

Mouse and touch events are no longer filtered to change their coordinates, instead you can call SDL_ConvertEventToRenderCoordinates() to explicitly map event coordinates into the rendering viewport.

SDL_RenderWindowToLogical() and SDL_RenderLogicalToWindow() have been renamed SDL_RenderCoordinatesFromWindow() and SDL_RenderCoordinatesToWindow() and take floating point coordinates in both directions.

The viewport, clipping state, and scale for render targets are now persistent and will remain set whenever they are active.
2023-02-03 12:57:37 -08:00
..
gendynapi.py Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_dynapi.c dynapi: cast GetProcAddress() result to void* 2023-02-03 17:40:40 +03:00
SDL_dynapi.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_dynapi.sym Renderer logical size is now implemented as a render target 2023-02-03 12:57:37 -08:00
SDL_dynapi_overrides.h Renderer logical size is now implemented as a render target 2023-02-03 12:57:37 -08:00
SDL_dynapi_procs.h Renderer logical size is now implemented as a render target 2023-02-03 12:57:37 -08:00