- java.lang.Object
-
- processing.event.Event
-
- processing.event.KeyEvent
-
public class KeyEvent extends Event
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description chargetKey()intgetKeyCode()booleanisAutoRepeat()-
Methods inherited from class processing.event.Event
getAction, getFlavor, getMillis, getModifiers, getNative, isAltDown, isControlDown, isMetaDown, isShiftDown
-
-
-
-
Field Detail
-
PRESS
public static final int PRESS
- See Also:
- Constant Field Values
-
RELEASE
public static final int RELEASE
- See Also:
- Constant Field Values
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
-