diff --git a/docs/events.html b/docs/events.html index 9aab5cd8..fa4c96ff 100644 --- a/docs/events.html +++ b/docs/events.html @@ -32,7 +32,7 @@
isKeyDown(k);
Check if a keyboard key is pressed, returns true if key is down and returns false if it's not
k
The keyboard key to check
+isKeyDown(k);
Check if a keyboard key is pressed, returns true
if key is down and returns false
if it's not
k
The keyboard key to check
boolean
Whether or not the key is down