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.
MouseButtonValue
Mouse motion values
Items
- SDL_BUTTON_LEFT = 1
- SDL_BUTTON_MIDDLE = 2
- SDL_BUTTON_RIGHT = 3
- SDL_BUTTON_X1 = 4
- SDL_BUTTON_X2 = 5