|
SDL3pp
A slim C++ wrapper for SDL3
|
Make Front Callback. More...


Public Member Functions | |
| template<std::invocable< PARAMS... > F> | |
| MakeFrontCallback (const F &func) | |
| ctor | |
Public Member Functions inherited from SDL::LightweightCallbackT< MakeFrontCallback< R(PARAMS...)>, R, PARAMS... > | |
| LightweightCallbackT (const F &func) | |
| ctor | |
Additional Inherited Members | |
Public Attributes inherited from SDL::LightweightCallbackT< MakeFrontCallback< R(PARAMS...)>, R, PARAMS... > | |
| R(* | wrapper )(void *, PARAMS...) |
| The wrapper function. | |
| void * | data |
| The wrapped data. | |
| R | |
| PARAMS |