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:
parent
028684366e
commit
88cc526c32
146 changed files with 8127 additions and 1880 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pcjs",
|
||||
"version": "1.16.2",
|
||||
"version": "1.16.3",
|
||||
"description": "Node-enabled version of PCjs",
|
||||
"main": "server.js",
|
||||
"directories": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue