ScreenSpaceEventType

This enumerated type is for classifying mouse events: down, up, click, double click, move and move while a button is held down.
Properties:
Name Type Description
LEFT_DOWN Number Represents a mouse left button down event.
LEFT_UP Number Represents a mouse left button up event.
LEFT_CLICK Number Represents a mouse left click event.
LEFT_DOUBLE_CLICK Number Represents a mouse left double click event.
RIGHT_DOWN Number Represents a mouse left button down event.
RIGHT_UP Number Represents a mouse right button up event.
RIGHT_CLICK Number Represents a mouse right click event.
MIDDLE_DOWN Number Represents a mouse middle button down event.
MIDDLE_UP Number Represents a mouse middle button up event.
MIDDLE_CLICK Number Represents a mouse middle click event.
MOUSE_MOVE Number Represents a mouse move event.
WHEEL Number Represents a mouse wheel event.
PINCH_START Number Represents the start of a two-finger event on a touch surface.
PINCH_END Number Represents the end of a two-finger event on a touch surface.
PINCH_MOVE Number Represents a change of a two-finger event on a touch surface.

Members

static constant Cesium.ScreenSpaceEventType.LEFT_CLICK : Number

Represents a mouse left click event.
Default Value: 2

static constant Cesium.ScreenSpaceEventType.LEFT_DOUBLE_CLICK : Number

Represents a mouse left double click event.
Default Value: 3

static constant Cesium.ScreenSpaceEventType.LEFT_DOWN : Number

Represents a mouse left button down event.

static constant Cesium.ScreenSpaceEventType.LEFT_UP : Number

Represents a mouse left button up event.
Default Value: 1

static constant Cesium.ScreenSpaceEventType.MIDDLE_CLICK : Number

Represents a mouse middle click event.
Default Value: 12

static constant Cesium.ScreenSpaceEventType.MIDDLE_DOWN : Number

Represents a mouse middle button down event.
Default Value: 10

static constant Cesium.ScreenSpaceEventType.MIDDLE_UP : Number

Represents a mouse middle button up event.
Default Value: 11

static constant Cesium.ScreenSpaceEventType.MOUSE_MOVE : Number

Represents a mouse move event.
Default Value: 15

static constant Cesium.ScreenSpaceEventType.PINCH_END : Number

Represents the end of a two-finger event on a touch surface.
Default Value: 18

static constant Cesium.ScreenSpaceEventType.PINCH_MOVE : Number

Represents a change of a two-finger event on a touch surface.
Default Value: 19

static constant Cesium.ScreenSpaceEventType.PINCH_START : Number

Represents the start of a two-finger event on a touch surface.
Default Value: 17

static constant Cesium.ScreenSpaceEventType.RIGHT_CLICK : Number

Represents a mouse right click event.
Default Value: 7

static constant Cesium.ScreenSpaceEventType.RIGHT_DOWN : Number

Represents a mouse left button down event.
Default Value: 5

static constant Cesium.ScreenSpaceEventType.RIGHT_UP : Number

Represents a mouse right button up event.
Default Value: 6

static constant Cesium.ScreenSpaceEventType.WHEEL : Number

Represents a mouse wheel event.
Default Value: 16