You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/input/Keyboard.js
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,10 @@
5
5
*/
6
6
7
7
/**
8
-
* The Keyboard class handles looking after keyboard input for your game. It will recognise and respond to key presses and dispatch the required events.
8
+
* The Keyboard class handles looking after keyboard input for your game.
9
+
* It will recognise and respond to key presses and dispatch the required events.
10
+
* Please be aware that lots of keyboards are unable to process certain combinations of keys due to hardware
11
+
* limitations known as ghosting. Full details here: http://www.html5gamedevs.com/topic/4876-impossible-to-use-more-than-2-keyboard-input-buttons-at-the-same-time/
0 commit comments