Is there a way to add another button to a MakeCode game? For example, could I add a C button to the A and B buttons, or could I get a MakeCode game to accept inputs from buttons other than WASD, Spacebar, and Enter?
If this is possible, how do I get started?
1 Like
I asked a similar thing earlier. You can check out the post here: Extra buttons to arcade. I haven’t dug into it that much, but there is a way to do it.
4 Likes
No. You can use the player 2 controls though but that will only work in the sim or RPi (but then you will have to wire the player 2 controls and it will still be a 1-player game)
3 Likes
You could use the “Menu” button. (Has no hotkey)
3 Likes
Thanks! I’ll check that out!
1 Like
I didn’t think of the menu. Thanks!
2 Likes