mirror of https://github.com/godotengine/godot
The `keycode` field of `InputEventKey` is supposed to be "unshifted"; That is, what the key would output if no modifier keys were pressed. This should match what's written on the key label, but `Key` enumerates also all keypad keys, which require a modifier. We thus require some extra checks for them. Note that this can still allow "stuck keys", but that's an even deeper problem. |
||
|---|---|---|
| .. | ||
| dynwrappers | ||
| SCsub | ||
| detect_prime_egl.cpp | ||
| detect_prime_egl.h | ||
| display_server_wayland.cpp | ||
| display_server_wayland.h | ||
| egl_manager_wayland.cpp | ||
| egl_manager_wayland.h | ||
| egl_manager_wayland_gles.cpp | ||
| egl_manager_wayland_gles.h | ||
| key_mapping_xkb.cpp | ||
| key_mapping_xkb.h | ||
| rendering_context_driver_vulkan_wayland.cpp | ||
| rendering_context_driver_vulkan_wayland.h | ||
| wayland_thread.cpp | ||
| wayland_thread.h | ||