godot/core/os
Juan Linietsky 0dd65378e7 Add support for command-line user arguments.
Implements the standard Unix double dash (--) commandline argument:
* Arguments after a double dash (--) are ignored by Godot and stored for the user.
* User can access them via `OS.get_cmdline_user_args()`

Example:

`godot.exe scene_to_run.tscn --fullscreen -- --start-level 2`
2022-08-01 00:56:59 +02:00
..
keyboard.cpp Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
keyboard.h Adding function key support from F17 to F35 2022-06-16 19:38:21 +02:00
main_loop.cpp
main_loop.h
memory.cpp
memory.h
midi_driver.cpp
midi_driver.h
mutex.cpp
mutex.h
os.cpp Add support for command-line user arguments. 2022-08-01 00:56:59 +02:00
os.h Add support for command-line user arguments. 2022-08-01 00:56:59 +02:00
pool_allocator.cpp
pool_allocator.h
rw_lock.h
SCsub
semaphore.h
spin_lock.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
thread_safe.h
thread.cpp
thread.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
threaded_array_processor.h
time.cpp
time.h