Bundle SDL2 multimedia library for 2D graphics, input handling, audio playback, and window management. Core types: Window, Renderer, Texture, Surface, Event, and Mixer. Compile with -lib sdl2.
RendererFlip
Flip operations
Items
- SDL_FLIP_NONE = 0
- SDL_FLIP_HORIZONTAL = 1
- SDL_FLIP_VERTICAL = 2