1
0
Fork 0
godot/core/os
Silver1063 00f5b230be Fix modifier order in keycode string generation
Fix the order in which modifier keys are appended in as_text() and keycode_get_string() to ensure consistent and logical ordering (Ctrl, Alt, Shift, Meta). Refactored keycode_get_string() to use a vector for building the key string, improving readability and maintainability.
2025-07-06 14:23:50 -07:00
..
SCsub
condition_variable.h
keyboard.cpp Fix modifier order in keycode string generation 2025-07-06 14:23:50 -07:00
keyboard.h
main_loop.cpp
main_loop.h
memory.cpp Add `Memory::alloc_static_zeroed` to allocate memory that's filled with zeroes. 2025-05-13 01:57:05 +02:00
memory.h Simplify `Memory::memnew_arr_placement` to always initialize memory, to force callers to make the decision of whether to initialize. 2025-05-22 22:25:12 +02:00
midi_driver.cpp
midi_driver.h
mutex.cpp
mutex.h
os.cpp [Web] Add Web-build specific stdout header 2025-06-12 13:00:36 -04:00
os.h Merge pull request #107113 from mihe/macos-open-in-program 2025-06-05 13:13:49 +02:00
rw_lock.h
safe_binary_mutex.h Core: Integrate warning suppression macro helpers 2025-04-03 10:13:46 -05:00
semaphore.h Move `THREADS_ENABLED` check after common imports 2025-04-08 14:24:13 -04:00
shared_object.h
spin_lock.h Linux: Drop `ppc32` (32-bit PowerPC) architecture support 2025-05-14 10:22:12 +02:00
thread.cpp
thread.h Apple: Add pthread implementation of `Thread` class 2025-04-10 09:35:40 +10:00
thread_safe.cpp
thread_safe.h
time.cpp Update time.cpp year/unix time conversions to be constant time 2025-05-23 14:02:14 -04:00
time.h
time_enums.h