NASA World Wind

gov.nasa.worldwind.awt
Class KeyEventState.InputState

java.lang.Object
  extended by gov.nasa.worldwind.awt.KeyEventState.InputState
Enclosing class:
KeyEventState

protected static class KeyEventState.InputState
extends Object


Constructor Summary
KeyEventState.InputState(int eventType, int keyOrButtonCode, long timestamp)
           
 
Method Summary
 int getEventType()
           
 int getKeyOrButtonCode()
           
 long getTimestamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyEventState.InputState

public KeyEventState.InputState(int eventType,
                                int keyOrButtonCode,
                                long timestamp)
Method Detail

getEventType

public int getEventType()

getKeyOrButtonCode

public int getKeyOrButtonCode()

getTimestamp

public long getTimestamp()

NASA World Wind