|
SDL3pp
A slim C++ wrapper for SDL3
|

Modules | |
| Event Handling | |
| Event queue management. | |
| Keyboard Support | |
| SDL keyboard management. | |
| Keyboard Keycodes | |
| Defines constants which identify keyboard keys and modifiers. | |
| Keyboard Scancodes | |
| Defines keyboard scancodes. | |
| Mouse Support | |
| Any GUI application has to deal with the mouse, and SDL provides functions to manage mouse input and the displayed cursor. | |
| Joystick Support | |
| SDL joystick support. | |
| Gamepad Support | |
| SDL provides a low-level joystick API, which just treats joysticks as an arbitrary pile of buttons, axes, and hat switches. | |
| Touch Support | |
| SDL offers touch input, on platforms that support it. | |
| Pen Support | |
| SDL pen event handling. | |
| Sensors | |
| SDL sensor management. | |
| HIDAPI | |
| Header file for SDL HIDAPI functions. | |