ruffle/tests/framework
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
..
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 with 9 updates 2024-08-05 17:49:09 +02:00