CameraEventType

CameraEventType()

Enumerates the available input for interacting with the camera.

Members

staticconstantCesium.CameraEventType.LEFT_DRAG : Number

A left mouse button press followed by moving the mouse and releasing the button.

staticconstantCesium.CameraEventType.MIDDLE_DRAG : Number

A middle mouse button press followed by moving the mouse and releasing the button.

staticconstantCesium.CameraEventType.PINCH : Number

A two-finger touch on a touch surface.

staticconstantCesium.CameraEventType.RIGHT_DRAG : Number

A right mouse button press followed by moving the mouse and releasing the button.

staticconstantCesium.CameraEventType.WHEEL : Number

Scrolling the middle mouse button.