andymikulski / nES6

NES emulator written in ES6
Other
4 stars 1 forks source link

bindKeyboard plugin: Live key remapping #16

Open andymikulski opened 7 years ago

andymikulski commented 7 years ago

Need to expose a remap these keys function so users can remap keys on the fly. Currently, keys can only be set by passing options in when initially created.

andymikulski commented 7 years ago

Plugins are "thrown away" when applied. We'll need a way to track plugin instances in order to allow remapping like this.