Skip to content

Fix keyboard regression after switching to the patched cbindgen

Nagy Tibor requested to merge xTibor/liborbital:keyboard-regression into master

This cbindgen thinks char (Rust, u32) == char (C, i8), causing struct field alignment problems.

Fixes the keyboard input in SDL.

Merge request reports