|
SDL3pp
A slim C++ wrapper for SDL3
|
Lightweight wrapper. More...
Public Member Functions | |
| template<class F > | |
| LightweightTrailingCallbackT (const F &func) | |
| ctor | |
Public Attributes | |
| R(* | wrapper )(PARAMS..., void *) |
| The wrapper function. | |
| void * | data |
| The wrapped data. | |
| SELF | a CRTP class |