SDL2-for-Pascal
SDL2-for-Pascal copied to clipboard
SDL Rotation
Hello s SDl there are functions sdl_flip_horizontal and vertical, it would be useful to have functions to rotate for example 90 degrees right and left.
There are no such functions in the SDL2 API. You may be confusing those with SDL_FLIP_HORIZONTAL and SDL_FLIP_VERTICAL rendering flags.
What I mean is whether it is possible to add rendering flags for 90-degree rotation left and right.