Package HAL.Tools.Internal
Class KeyRecorder
- java.lang.Object
-
- HAL.Tools.Internal.KeyRecorder
-
public class KeyRecorder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean[]keys
-
Constructor Summary
Constructors Constructor Description KeyRecorder()
-
Method Summary
Modifier and Type Method Description booleanIsPressed(char c)booleanIsPressed(int keyCode)booleanKeyPress(int keyCode)booleanKeyRelease(int keyCode)
-