gba
gba copied to clipboard
getting the keys is needlessly awkward
right now to get the high-active keys you need to write
// type needed for `into` to know where to go
let keys: Keys = KEYINPUT.read().into();
We should make this a single function that does the right thing without the user needing to put a type on it.