pandemonium_engine/core/os
Relintai 850a84584d ported: Add OS::is_process_running function.
Adds the is_process_running function to the native OS class and exposes it to script.
This is implemented on Windows and Unix platforms. A stub is provided for other platforms that do not support this function.
Documentation is updated to reflect new API function. - mdavisprog
53fb0440d3
I did change it a bit.
2022-07-27 14:46:53 +02:00
..
dir_access.cpp
dir_access.h
file_access.cpp
file_access.h
input_event.cpp
input_event.h
input.cpp
input.h
keyboard.cpp
keyboard.h
main_loop.cpp
main_loop.h
memory.cpp
memory.h
midi_driver.cpp
midi_driver.h
mutex.cpp
mutex.h
os.cpp ported: Add OS::is_process_running function. 2022-07-27 14:46:53 +02:00
os.h ported: Add OS::is_process_running function. 2022-07-27 14:46:53 +02:00
rw_lock.h
SCsub
semaphore.h
spin_lock.h
thread_safe.h
thread.cpp
thread.h
threaded_array_processor.h
time.cpp
time.h Proper validation of negative values in datetime strings and datetime dicts 2022-07-27 01:25:11 +02:00