jonathanlloyd / MatchboxChip8

A Chip 8 hardware emulator written in JavaScript for HTML5 Canvas
MIT License
1 stars 1 forks source link

Add mouse support to keypad #5

Closed jonathanlloyd closed 7 years ago

jonathanlloyd commented 7 years ago

Currently, the on-screen keyboard only listens to key events. This does not work on mobile/tablet for obvious reasons. The demo should be modified to allow users to click on the keypad buttons and trigger keypresses in the emulator.

anaplian commented 7 years ago

You have my sword.