Difference between revisions of "Keycodes"
From CodeStuff
(Created page with "Each key on the keyboard has a unique code. File:Key_mouse_codes.png You can read the status of the keys with <tt>keyIsDown(keyCode)</tt> <edcode> var code = 32; f...") |
(No difference)
|
Revision as of 10:47, 18 May 2014
Each key on the keyboard has a unique code.
You can read the status of the keys with keyIsDown(keyCode)
