mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
b6f33a6870
SDL_GetWindowDisplayMode was returning an incorrect result on iPhone Plus devices (tested on iOS 12.1/12.2). The problem was that the value returned by UIScreenMode was assumed to be the physical pixels on the display, rather than the scaled retina pixels. The fix is to use the scale returned by UIScreen.scale rather than the nativeScale. |
||
---|---|---|
.. | ||
keyinfotable.h | ||
SDL_uikitappdelegate.h | ||
SDL_uikitappdelegate.m | ||
SDL_uikitclipboard.h | ||
SDL_uikitclipboard.m | ||
SDL_uikitevents.h | ||
SDL_uikitevents.m | ||
SDL_uikitmessagebox.h | ||
SDL_uikitmessagebox.m | ||
SDL_uikitmetalview.h | ||
SDL_uikitmetalview.m | ||
SDL_uikitmodes.h | ||
SDL_uikitmodes.m | ||
SDL_uikitopengles.h | ||
SDL_uikitopengles.m | ||
SDL_uikitopenglview.h | ||
SDL_uikitopenglview.m | ||
SDL_uikitvideo.h | ||
SDL_uikitvideo.m | ||
SDL_uikitview.h | ||
SDL_uikitview.m | ||
SDL_uikitviewcontroller.h | ||
SDL_uikitviewcontroller.m | ||
SDL_uikitvulkan.h | ||
SDL_uikitvulkan.m | ||
SDL_uikitwindow.h | ||
SDL_uikitwindow.m |