Extra buttons to arcade

Does anyone know how to do this? I know that using something along the lines of image won’t work, and so I assume I can use the simulator messages, but I don’t quite know where to go from there.

Thanks!

2 Likes

The only way to do this is to edit the simulator code. Unfortunately, that can’t be done from within the MakeCode Arcade editor.

3 Likes

Thanks! I can access it from GitHub.

2 Likes

Can someone share the specific bit of code that needs to be altered for this to work?

2 Likes

where is the file of the simulator ?

1 Like

@KarmaSchkem the simulator is the one closed source part of arcade, sadly.

in the next release of arcade (which will be early this year) we’ll be adding an extension for letting you access the entire keyboard in games, so look forward to that!