A Boolean system variable that's true if any key is currently pressed and false if not.
예제
This page is generated from the comments in src/events/keyboard.js . Please feel free to edit it and submit a pull request!
관련 레퍼런스
keyCode
A Number system variable that contains the code of the last key typed.
keyIsDown
Returns true if the key it’s checking is pressed and false if not.
keyIsPressed
A Boolean system variable that's true if any key is currently pressed and false if not.
keyPressed
A function that's called once when any key is pressed.