ScreenSpaceEventType

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> :Enumeration

Represents a mouse left click event.
Default Value:
  • 2

<static, constant> :Enumeration

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

<static, constant> :Enumeration

Represents a mouse left button down event.
Default Value:
  • 0

<static, constant> :Enumeration

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

<static, constant> :Enumeration

Represents a mouse middle click event.
Default Value:
  • 12

<static, constant> :Enumeration

Represents a mouse middle double click event.
Default Value:
  • 13

<static, constant> :Enumeration

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

<static, constant> :Enumeration

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

<static, constant> :Enumeration

Represents a mouse move event.
Default Value:
  • 15

<static, constant> :Enumeration

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

<static, constant> :Enumeration

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

<static, constant> :Enumeration

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

<static, constant> :Enumeration

Represents a mouse right click event.
Default Value:
  • 7

<static, constant> :Enumeration

Represents a mouse right double click event.
Default Value:
  • 8

<static, constant> :Enumeration

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

<static, constant> :Enumeration

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

<static, constant> :Enumeration

Represents a mouse wheel event.
Default Value:
  • 16