Module: ScreenSpaceEventType

This enumerated type is for classifying mouse events: down, up, click, double click, move and move while a button is held down.
Source:

Members

(static, constant) LEFT_CLICK :Number

Represents a mouse left click event.
Type:
  • Number
Source:

(static, constant) LEFT_DOUBLE_CLICK :Number

Represents a mouse left double click event.
Type:
  • Number
Source:

(static, constant) LEFT_DOWN :Number

Represents a mouse left button down event.
Type:
  • Number
Source:

(static, constant) LEFT_UP :Number

Represents a mouse left button up event.
Type:
  • Number
Source:

(static, constant) MIDDLE_CLICK :Number

Represents a mouse middle click event.
Type:
  • Number
Source:

(static, constant) MIDDLE_DOUBLE_CLICK :Number

Represents a mouse middle double click event.
Type:
  • Number
Source:

(static, constant) MIDDLE_DOWN :Number

Represents a mouse middle button down event.
Type:
  • Number
Source:

(static, constant) MIDDLE_UP :Number

Represents a mouse middle button up event.
Type:
  • Number
Source:

(static, constant) MOUSE_MOVE :Number

Represents a mouse move event.
Type:
  • Number
Source:

(static, constant) PINCH_END :Number

Represents the end of a two-finger event on a touch surface.
Type:
  • Number
Source:

(static, constant) PINCH_MOVE :Number

Represents a change of a two-finger event on a touch surface.
Type:
  • Number
Source:

(static, constant) PINCH_START :Number

Represents the start of a two-finger event on a touch surface.
Type:
  • Number
Source:

(static, constant) RIGHT_CLICK :Number

Represents a mouse right click event.
Type:
  • Number
Source:

(static, constant) RIGHT_DOUBLE_CLICK :Number

Represents a mouse right double click event.
Type:
  • Number
Source:

(static, constant) RIGHT_DOWN :Number

Represents a mouse left button down event.
Type:
  • Number
Source:

(static, constant) RIGHT_UP :Number

Represents a mouse right button up event.
Type:
  • Number
Source:

(static, constant) WHEEL :Number

Represents a mouse wheel event.
Type:
  • Number
Source: