mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-16 06:12:08 +08:00
b9773be3b3
A window 1920x1080 pixels wide at 125% scaling will have a width and height of 1536x864, but at pixel (1919,1079) the mouse coordinate will be (1535.2,863.2), which is within the bounds of 1536x864, but larger than (1535,863).