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 boolean
IsPressed(char c)
boolean
IsPressed(int keyCode)
boolean
KeyPress(int keyCode)
boolean
KeyRelease(int keyCode)
-