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.

<static, constant> :Enumeration

Represents a mouse left double click event.

<static, constant> :Enumeration

Represents a mouse left button down event.

<static, constant> :Enumeration

Represents a mouse left button up event.

<static, constant> :Enumeration

Represents a mouse middle click event.

<static, constant> :Enumeration

Represents a mouse middle double click event.

<static, constant> :Enumeration

Represents a mouse middle button down event.

<static, constant> :Enumeration

Represents a mouse middle button up event.

<static, constant> :Enumeration

Represents a mouse move event.

<static, constant> :Enumeration

Represents the end of a two-finger event on a touch surface.

<static, constant> :Enumeration

Represents a change of a two-finger event on a touch surface.

<static, constant> :Enumeration

Represents the start of a two-finger event on a touch surface.

<static, constant> :Enumeration

Represents a mouse right click event.

<static, constant> :Enumeration

Represents a mouse right double click event.

<static, constant> :Enumeration

Represents a mouse left button down event.

<static, constant> :Enumeration

Represents a mouse right button up event.

<static, constant> :Enumeration

Represents a mouse wheel event.