Fix keyboard regression after switching to the patched cbindgen
This cbindgen thinks char
(Rust, u32) == char
(C, i8), causing struct field alignment problems.
Fixes the keyboard input in SDL.
This cbindgen thinks char
(Rust, u32) == char
(C, i8), causing struct field alignment problems.
Fixes the keyboard input in SDL.