|
SDL3pp
A slim C++ wrapper for SDL3
|
Properties for processes. More...
Namespaces | |
| namespace | Create |
| Properties for process creation. | |
Variables | |
| constexpr auto | PID_NUMBER = SDL_PROP_PROCESS_PID_NUMBER |
| Pid number. | |
| constexpr auto | STDIN_POINTER |
| Pointer to stdin. | |
| constexpr auto | STDOUT_POINTER |
| Pointer to stdout. | |
| constexpr auto | STDERR_POINTER |
| Pointer to stderr. | |
| constexpr auto | BACKGROUND_BOOLEAN |
| Background enabled. | |
Properties for processes.
Properties in subnamespaces Create:: can be used in the properties passed to CreateProcessWithProperties() to specify details about how the process should be created, and properties without that prefix can be used to query information about a process after it's created.
|
constexpr |
Background enabled.
|
constexpr |
Pointer to stderr.
|
constexpr |
Pointer to stdin.
|
constexpr |
Pointer to stdout.