Pointer |
[FlagsAttribute] public enum PointerAndKeyboardConditions
Member name | Value | Description |
---|---|---|
Disabled | 0 | This action is disabled |
LeftPointerButtonPressed | 1 | Left pointer or mouse button must be pressed |
RightPointerButtonPressed | 2 | Right pointer or mouse button must be pressed |
MiddlePointerButtonPressed | 4 | Middle pointer or mouse button must be pressed |
XButton1Pressed | 8 | The first extended pointer or mouse button. |
XButton2Pressed | 16 | The second extended pointer or mouse button. |
ShiftKey | 256 | Shift key must be pressed |
ControlKey | 512 | Control key must be pressed |
AltKey | 1,024 | Alt key must be pressed |
SuperKey | 2,048 | The super key ("Windows" key on Windows) |
PointerAndKeyboardConditions enum defines the conditions that can be used to specify what condition must be met to rotate or move the camera by ManualPointerCameraController or other pointer or mouse camera controller.
To specify conditions to rotate the camera use the RotateCameraConditions property. To specify conditions to move the camera use the MoveCameraConditions property. To specify conditions to start quick zooming the camera use QuickZoomConditions property.