|
SDL3pp
A slim C++ wrapper for SDL3
|

Modules | |
| Shared Object/DLL Management | |
| System-dependent library loading routines. | |
| Process Control | |
| Process control support. | |
| Power Management Status | |
| SDL power management routines. | |
| Message Boxes | |
| SDL offers a simple message box API, which is useful for simple alerts, such as informing the user when something fatal happens at startup without the need to build a UI for it (or informing the user before your UI is ready). | |
| File Dialogs | |
| SDL offers file dialogs, to let users select files with native GUI interfaces. | |
| System Tray | |
| SDL offers a way to add items to the "system tray" (more correctly called the "notification area" on Windows). | |
| Locale Info | |
| SDL locale services. | |
| Platform-specific Functionality | |
| Platform-specific SDL API functions. | |
| Standard Library Functionality | |
| SDL provides its own implementation of some of the most important C runtime functions. | |
| GUIDs | |
| A GUID is a 128-bit value that represents something that is uniquely identifiable by this value: "globally unique.". | |
| Miscellaneous | |
| SDL API functions that don't fit elsewhere. | |