ruffle/desktop
Kamil Jarosz 898db260a3 core: Add support for wider range of key codes
This patch changes the definition of KeyCode from an enum,
which was constraining the possible key codes, to a struct with
a u32 field, which covers all possible cases of a key code.

Key codes in Flash are not related to the physical buttons,
but rather to logical button values.
For instance, typing a non-ASCII key produces a key code related
to that character, and using a non-ANSI keyboard or a layout different
from US QWERTY also produces results matching that assumption.
2024-09-01 21:02:34 +02:00
..
assets chore: Update translations from Crowdin 2024-08-31 11:49:48 +02:00
packages desktop: Change mime type of bundle + change text of ruffle feature description 2024-08-06 22:46:23 +02:00
src core: Add support for wider range of key codes 2024-09-01 21:02:34 +02:00
Cargo.toml chore: Update to `proc-macro-crate` `v3.2.0`, deduplicate `toml_edit` and `winnow` 2024-08-27 17:12:03 +02:00
build.rs Formatting 2023-06-27 21:37:28 +03:00