mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-05 01:16:26 +00:00
SDL_RenderSetIntegerScale
This commit is contained in:
@@ -135,6 +135,9 @@ struct SDL_Renderer
|
||||
int logical_w_backup;
|
||||
int logical_h_backup;
|
||||
|
||||
/* Whether or not to force the viewport to even integer intervals */
|
||||
SDL_bool integer_scale;
|
||||
|
||||
/* The drawable area within the window */
|
||||
SDL_Rect viewport;
|
||||
SDL_Rect viewport_backup;
|
||||
|
Reference in New Issue
Block a user