Enumerates the available input for interacting with the camera.
Properties:
Name | Type | Description |
---|---|---|
LEFT_DRAG |
Number | A left mouse button press followed by moving the mouse and releasing the button. |
RIGHT_DRAG |
Number | A right mouse button press followed by moving the mouse and releasing the button. |
MIDDLE_DRAG |
Number | A middle mouse button press followed by moving the mouse and releasing the button. |
WHEEL |
Number | Scrolling the middle mouse button. |
PINCH |
Number | A two-finger touch on a touch surface. |
Members
A left mouse button press followed by moving the mouse and releasing the button.
A middle mouse button press followed by moving the mouse and releasing the button.
-
Default Value:
2
A two-finger touch on a touch surface.
-
Default Value:
4
A right mouse button press followed by moving the mouse and releasing the button.
-
Default Value:
1
Scrolling the middle mouse button.
-
Default Value:
3