You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--| Get or set the device independent resolution for rendering.
1342
+
--| Get or set whether to force integer scales for resolution-independent rendering.
1343
+
-- It may be desirable to enable integer scales when using device independent resolution
1344
+
-- via 'rendererLogicalSize' so that pixel sizing is consistent.
1345
+
--
1346
+
-- This 'StateVar' can be modified using '$=' and the current value retrieved with 'get'.
1347
+
--
1348
+
-- See @<https://wiki.libsdl.org/SDL_RenderSetIntegerScale SDL_RenderSetIntegerScale>@ and @<https://wiki.libsdl.org/SDL_RenderGetIntegerScale SDL_RenderGetIntegerScale>@ for C documentation.
0 commit comments