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 intgetAction()CameragetCamera()android.view.InputEventgetLastInputEvent()static NavigatorEventobtain(Camera camera, int action, android.view.InputEvent lastInputEvent)voidrecycle()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()
-
-