1
0
Fork 0
godot/tests/core
Mel Collins 8406e60522 Add InputEventKey.location to tell left from right
This adds a new enum `KeyLocation` and associated property
`InputEventKey.location`, which indicates the left/right location of key
events which may come from one of two physical keys, eg. Shift, Ctrl.

It also adds simulation of missing Shift KEYUP events for Windows.
When multiple Shifts are held down at the same time, Windows natively
only sends a KEYUP for the last one to be released.
2024-01-26 14:42:28 +01:00
..
config
input Add InputEventKey.location to tell left from right 2024-01-26 14:42:28 +01:00
io
math [Core] Fix `AABB.encloses` failing on shared upper bound 2024-01-12 17:58:42 +01:00
object
os
string Fix various spelling errors 2024-01-04 09:56:43 -05:00
templates
threads
variant Fix various spelling errors 2024-01-04 09:56:43 -05:00
test_crypto.h
test_hashing_context.h
test_time.h