Emmanuel Schanzer
Emmanuel Schanzer
Closing as woefully out-of-date, esp we have newer issues that address the remaining needs (#492 , #493 #414, etc).
Where does this PR stand?
Cool! This will take me some time to port over to CPO, but it's helpful to have a good place to start. On the flip side - is this the...
[2d color palette.txt](https://github.com/brownplt/code.pyret.org/files/8043871/2d.color.palette.txt) Adding your CPP file here for posterity. I've got some work ahead of me. :)
That's odd - when I downloaded the file it had a `.cpp` extension...
@blerner our need for this is long gone, and we're the only ones who ever asked for it. OK to close?
Huh? keypress isn't fired if you just hit a modifier key.
If we want to preserve compatibility with DrRacket's on-key handler, we need to use keydown.
Small poke. Seems relevant in light of https://groups.google.com/forum/#!topic/pyret-discuss/lEDVirNisRI
I'd suggest something like `on-raw-key`, and try to expose something similar to the JS Key Event. This would have the advantage of making the library more friendly to folks coming...