Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
f6c1e81394
commit
e2f7c4046c
1 changed files with 2 additions and 2 deletions
|
@ -197,8 +197,8 @@ typedef enum SDL_ProcessIO
|
||||||
* available, and will always be 0.
|
* available, and will always be 0.
|
||||||
* - `SDL_PROP_PROCESS_CREATE_CMDLINE_STRING`: a string containing the program
|
* - `SDL_PROP_PROCESS_CREATE_CMDLINE_STRING`: a string containing the program
|
||||||
* to run and any parameters. This string is passed directly to
|
* to run and any parameters. This string is passed directly to
|
||||||
* `CreateProcess` on Windows, and does nothing on other platforms.
|
* `CreateProcess` on Windows, and does nothing on other platforms. This
|
||||||
* This property is only important if you want to start programs that does
|
* property is only important if you want to start programs that does
|
||||||
* non-standard command-line processing, and in most cases using
|
* non-standard command-line processing, and in most cases using
|
||||||
* `SDL_PROP_PROCESS_CREATE_ARGS_POINTER` is sufficient.
|
* `SDL_PROP_PROCESS_CREATE_ARGS_POINTER` is sufficient.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue