godot/scene
bruvzg daad4aed62
Cleanup and unify keyboard input.
- Unify keycode values (secondary label printed on a key), remove unused hardcoded Latin-1 codes.
- Unify IME behaviour, add inline composition string display on Windows and X11.
- Add key_label (localized label printed on a key) value to the key events, and allow mapping actions to the unshifted Unicode events.
- Add support for physical keyboard (Bluetooth or Sidecar) handling on iOS.
- Add support for media key handling on macOS.

Co-authored-by: Raul Santos <raulsntos@gmail.com>
2023-01-23 15:08:12 +02:00
..
2d Merge pull request #71801 from akien-mga/codespell-en-GB-to-en-US 2023-01-23 11:08:55 +01:00
3d Merge pull request #71801 from akien-mga/codespell-en-GB-to-en-US 2023-01-23 11:08:55 +01:00
animation Merge pull request #71840 from TokageItLab/fix-travel-reset 2023-01-22 11:08:57 +01:00
audio Simplify AudioStreamPolyphonic 2023-01-23 10:47:01 +01:00
debugger One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
gui Cleanup and unify keyboard input. 2023-01-23 15:08:12 +02:00
main Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
resources Merge pull request #71801 from akien-mga/codespell-en-GB-to-en-US 2023-01-23 11:08:55 +01:00
theme Merge pull request #68429 from KoBeWi/PropertySettings 2023-01-06 22:59:29 +01:00
property_utils.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
property_utils.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
register_scene_types.cpp Add AudioStreamPolyphonic to make it easier to play polyphonic sound from code 2023-01-22 16:22:45 +01:00
register_scene_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
scene_string_names.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Add ThemeDB, expose previously static Theme methods 2022-08-26 19:23:05 +03:00