|
SDL3pp
A slim C++ wrapper for SDL3
|
Properties for IOStream. More...
Variables | |
| constexpr auto | WINDOWS_HANDLE_POINTER |
| Pointer to windows handle. | |
| constexpr auto | STDIO_FILE_POINTER |
| Pointer to stdio file. | |
| constexpr auto | FILE_DESCRIPTOR_NUMBER |
| Number for file descriptor. | |
| constexpr auto | ANDROID_AASSET_POINTER |
| Pointer to android aasset. | |
| constexpr auto | MEMORY_POINTER |
| Pointer to memory. | |
| constexpr auto | MEMORY_SIZE_NUMBER |
| Number for memory size. | |
| constexpr auto | MEMORY_FREE_FUNC_POINTER |
| Pointer to memory free func. | |
| constexpr auto | DYNAMIC_MEMORY_POINTER |
| Pointer to dynamic memory. | |
| constexpr auto | DYNAMIC_CHUNKSIZE_NUMBER |
| Number for dynamic chunksize. | |
Properties for IOStream.
These properties may be set at creation time by SDL, or they may be recognized by SDL when set by the application. See the documentation of each property for details.
|
constexpr |
Pointer to android aasset.
|
constexpr |
Number for dynamic chunksize.
|
constexpr |
Pointer to dynamic memory.
|
constexpr |
Number for file descriptor.
|
constexpr |
Pointer to memory free func.
|
constexpr |
Pointer to memory.
|
constexpr |
Number for memory size.
|
constexpr |
Pointer to stdio file.
|
constexpr |
Pointer to windows handle.