Implement scaling modes manually

For future PRs, it'll be very nice to have full control over how VVVVVV
gets drawn to the window. This means we can use the entire window size
for things like touch input, drawing borders, or anything we want.
This commit is contained in:
AllyTally
2024-01-28 20:04:02 -04:00
committed by Misa Elizabeth Kai
parent 935db27d39
commit 77a571017d
5 changed files with 67 additions and 51 deletions

View File

@@ -258,6 +258,10 @@ public:
int screenshake_x;
int screenshake_y;
void draw_window_background(void);
void get_stretch_info(SDL_Rect* rect);
void render(void);
void renderwithscreeneffects(void);
void renderfixedpre(void);