Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
pgimeno
/
LIKO-12
Watch
1
Star
0
Fork
0
Files
Pull Requests
0
Tree:
1ac25f8757
Branches
Tags
WIP
master
V0.0.5A
V0.0.5
V0.0.4
V0.0.3
V0.0.2
V0.0.1
0.7.1
0.7.0
0.6.0-PRE.07
0.6.0-PRE.06
0.6.0-PRE.05
0.6.0-PRE.04
0.6.0-PRE.03
0.6.0-PRE.02
0.6.0-PRE.01
LIKO-12
/
Docs
/
Keyboard
/
isKDown.md
isKDown.md
345 B
History
Raw
Checks whether a certain key is down.
Check
Enums/KeyConstants
.
Syntax:
down = isKDown(key,...)
Arguments:
(String): A key to check.
...
: Additional keys to check.
Returns:
down (Boolean)
: True if any supplied key is down, false if not.