Package gov.nasa.worldwind
Class NavigatorEvent
- java.lang.Object
-
- gov.nasa.worldwind.NavigatorEvent
-
public class NavigatorEvent extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAction()
Camera
getCamera()
android.view.InputEvent
getLastInputEvent()
static NavigatorEvent
obtain(Camera camera, int action, android.view.InputEvent lastInputEvent)
void
recycle()
Recycle the event, making it available for re-use.
-
-
-
Method Detail
-
obtain
public static NavigatorEvent obtain(Camera camera, int action, android.view.InputEvent lastInputEvent)
-
recycle
public void recycle()
Recycle the event, making it available for re-use.
-
getCamera
public Camera getCamera()
-
getAction
public int getAction()
-
getLastInputEvent
public android.view.InputEvent getLastInputEvent()
-
-