SDL3pp
A slim C++ wrapper for SDL3
|
Base class for callback wrappers.
Public Types | |
using | ValueType = std::function< Result(Args...)> |
The wrapped std::function type. | |
Static Public Member Functions | |
static const ValueType & | Unwrap (void *handle) |
Return unwrapped value of handle. | |
static Result | Call (void *handle, Args... args) |
Call. | |
static Result | CallSuffixed (Args... args, void *handle) |
Call with suffix handle. | |