pst-82
pst-82
```pascal program project1; {$APPTYPE GUI} uses sdl2, sdl2_image, Windows; var SDLWindow: PSDL_Window; SDLRenderer: PSDL_Renderer; Running: Boolean; Event: TSDL_Event; WindowWidth, WindowHeight: Integer; begin // Inicjalizacja SDL if SDL_Init(SDL_INIT_VIDEO) < 0 then...
Does anyone have any idea how this problem can be solved ?
```pascal program project1; {$APPTYPE GUI} uses sdl2, sdl2_image, Windows; var SDLWindow: PSDL_Window; SDLRenderer: PSDL_Renderer; Running: Boolean; Event: TSDL_Event; WindowWidth, WindowHeight: Integer; begin // Inicjalizacja SDL if SDL_Init(SDL_INIT_VIDEO) < 0 then...
Thanks for the hint
What I mean is whether it is possible to add rendering flags for 90-degree rotation left and right.