codefrau / SqueakJS

A Squeak Smalltalk VM in Javascript
https://squeak.js.org
MIT License
364 stars 75 forks source link

Old 0.x Scratch don't detect key presses #153

Closed husqwc closed 7 months ago

husqwc commented 7 months ago

Old 0.x Scratch versions (such as 14Mar05) don't detect key presses. Tested on the latest version of both Mac and Windows with Chrome, and the bug occurs on both.

codefrau commented 7 months ago

This image is slightly broken – it uses both the "new" event primitives and the old polling primitives.

I just added a work-around for that which hopefully should not affect other images.

Thank you for reporting!