Ahh - sorry. I thought you meant the functionality in Espruino in the Emulator rather than the emulator itself. Yes, mousein/out functionality would make a great deal of sense.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ahh - sorry. I thought you meant the functionality in Espruino in the Emulator rather than the emulator itself. Yes, mousein/out functionality would make a great deal of sense.
If there's stuff you want to add then it's actually pretty easy to make changes on the WebIDE part of the emulator: https://github.com/espruino/EspruinoWebIDE/blob/gh-pages/js/plugins/emulator.js#L98
Just fork the EspruinoWebIDE github repo, go into settings and enable github pages. You should then have https://your_user_name.github.io/EspruinoWebIDE/emulator.html where you can test the emulator (eg https://espruino.github.io/EspruinoWebIDE/emulator.html)