Package gov.nasa.worldwind.awt
Class KeyEventState.InputState
- java.lang.Object
-
- gov.nasa.worldwind.awt.KeyEventState.InputState
-
- Enclosing class:
- KeyEventState
protected static class KeyEventState.InputState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected inteventTypeprotected intkeyOrButtonCodeprotected longtimestamp
-
Constructor Summary
Constructors Constructor Description InputState(int eventType, int keyOrButtonCode, long timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEventType()intgetKeyOrButtonCode()longgetTimestamp()
-