|
SDL3pp
A slim C++ wrapper for SDL3
|

Modules | |
| Application entry points | |
| Redefine main() if necessary so that it is called by SDL. | |
| Initialization and Shutdown | |
| All SDL programs need to initialize the library before starting to work with it. | |
| Configuration Variables | |
| This file contains functions to set and get configuration hints, as well as listing each of them alphabetically. | |
| Object Properties | |
| A property is a variable that can be created and retrieved by name at runtime. | |
| Error Handling | |
| Simple error message routines for SDL. | |
| Log Handling | |
| Simple log messages with priorities and categories. | |
| Assertions | |
| A helpful assertion macro! | |
| Querying SDL Version | |
| Functionality to query the current SDL version, both as headers the app was compiled against, and a library the app is linked to. | |