CameraEventType
Enumerates the available input for interacting with the camera.
Source:
Members
-
<static, constant> LEFT_DRAG :Enumeration
-
A left mouse button press followed by moving the mouse and releasing the button.
- Default Value:
- 0
-
<static, constant> MIDDLE_DRAG :Enumeration
-
A middle mouse button press followed by moving the mouse and releasing the button.
- Default Value:
- 2
-
<static, constant> PINCH :Enumeration
-
A two-finger touch on a touch surface.
- Default Value:
- 4
-
<static, constant> RIGHT_DRAG :Enumeration
-
A right mouse button press followed by moving the mouse and releasing the button.
- Default Value:
- 1
-
<static, constant> WHEEL :Enumeration
-
Scrolling the middle mouse button.
- Default Value:
- 3