floooh / yakc

Yet another KC emulator
MIT License
108 stars 9 forks source link

Fix keyboard input #24

Closed floooh closed 8 years ago

floooh commented 8 years ago

There are several issues with keyboard input:

I think a clean rewrite of the keyboard input code would make sense.

floooh commented 8 years ago

Interesting observation: in PNaCl, the keys in question (-,=,;) all produce a warning 'unhandled key code' with the key codes 186, 187 and 189, and PNaCl has the same problem in the Z9001 emu as emscripten (but only the Z9001 emu in emscripten and PNaCl has a problem with those 3 keys).

floooh commented 8 years ago

...it works on Windows compiled as 32-bit, so it's not a 64- vs 32-bit problem.

floooh commented 8 years ago

Fixed.