ruffle/core
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-24 00:52:55 +02:00
build_playerglobal avm2: Rename native instance initializer to super initializer 2024-08-31 14:22:12 -07:00
macros build(deps): bump the cargo-minor group across 1 directory with 8 updates 2024-08-26 14:04:51 +02:00
src core: Add support for wider range of key codes 2024-09-01 21:02:34 +02:00
Cargo.toml build(deps): bump the cargo-minor group across 1 directory with 8 updates 2024-08-26 14:04:51 +02:00
build.rs core: Added ability to mark stubs inside actionscript 2023-02-07 20:34:59 +01:00