CameraEventType

Enumerates the available input for interacting with the camera.
Properties:
Name Type Description
LEFT_DRAG Number A left mouse button press followed by moving the mouse and releasing the button.
RIGHT_DRAG Number A right mouse button press followed by moving the mouse and releasing the button.
MIDDLE_DRAG Number A middle mouse button press followed by moving the mouse and releasing the button.
WHEEL Number Scrolling the middle mouse button.
PINCH Number A two-finger touch on a touch surface.

Members

static constant Cesium.CameraEventType.LEFT_DRAG : Number

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

static constant Cesium.CameraEventType.MIDDLE_DRAG : Number

A middle mouse button press followed by moving the mouse and releasing the button.
Default Value: 2

static constant Cesium.CameraEventType.PINCH : Number

A two-finger touch on a touch surface.
Default Value: 4

static constant Cesium.CameraEventType.RIGHT_DRAG : Number

A right mouse button press followed by moving the mouse and releasing the button.
Default Value: 1

static constant Cesium.CameraEventType.WHEEL : Number

Scrolling the middle mouse button.
Default Value: 3