v1.16.3: Keyboard module rewrite

There are still a few regressions to address, but keyCode-to-simCode-to-scanCode conversion feels more robust/cleaner, and new features like programmable repeat rates will actually be doable now
This commit is contained in:
Jeff Parsons 2014-12-09 16:34:46 -08:00 committed by jeffpar
commit 88cc526c32
146 changed files with 8127 additions and 1880 deletions

View file

@ -1,6 +1,6 @@
{
"name": "pcjs",
"version": "1.16.2",
"version": "1.16.3",
"description": "Node-enabled version of PCjs",
"main": "server.js",
"directories": {