b2 icon indicating copy to clipboard operation
b2 copied to clipboard

Improve input mapping flexibility

Open tom-seddon opened this issue 1 year ago • 2 comments

Currently you can map any PC key to any BBC key, and you have options for how PC gamepad/joysticks map to BBC joysticks. But, really, this should be more flexible, so you can map any PC thing (keyboard key, gamepad/joystick axis/button) to any BBC thing (BBC key, BBC joystick axis/button).

Main use case would be playing keyboard-only BBC games using a PC joystick/gamepad.

See also https://github.com/tom-seddon/b2/issues/256

tom-seddon avatar Sep 15 '23 23:09 tom-seddon

Would probably be worth doing the (now really rather overdue) dear imgui update first, due to its input API changes: https://github.com/tom-seddon/b2/issues/206

Might be nothing relevant involved, but I won't know until it's done.

tom-seddon avatar Sep 15 '23 23:09 tom-seddon

https://github.com/tom-seddon/b2/issues/245 would tie it all together nicely

tom-seddon avatar Sep 16 '23 14:09 tom-seddon