Readers help support Windows Report. We may get a commission if you buy through our links. KeyCode was deprecated for its inconsistency across platforms. Only a few browsers still support KeyCode.
In JavaScript or jQuery you often need to find out which key was pressed. Unfortunately, we don't have it as easy as comparing it against a string like "esc" or "space bar". Each key on the keyboard ...
p5.js version: 0.7.2 Web browser and version: Firefox 63.0.3, Chromium 70.0.3538.110 Operating System: Linux Steps to reproduce this: Run the code from example 5-19 of the "Getting Started with p5.js" ...