|
SDL3pp
A slim C++ wrapper for SDL3
|
Properties for CreateThreadWithProperties. More...
Variables | |
| constexpr auto | ENTRY_FUNCTION_POINTER |
| Pointer to entry function. | |
| constexpr auto | NAME_STRING |
| String for name. | |
| constexpr auto | USERDATA_POINTER |
| Pointer to userdata. | |
| constexpr auto | STACKSIZE_NUMBER |
| Number for stacksize. | |
Properties for CreateThreadWithProperties.
These are properties that can be passed to CreateThreadWithProperties() in the props parameter. See that function for details on what these properties do and how to use them.
|
constexpr |
Pointer to entry function.
|
constexpr |
String for name.
|
constexpr |
Number for stacksize.
|
constexpr |
Pointer to userdata.