Click or drag to resize
AB4D logo

MouseCameraControllerIsRotateCursorShownOnMouseOver Property

Gets or sets a boolean that specifies if RotationCursor is shown if UsedMouseButton is set to Left and mouse is over the EventsSourceElement. Default value is true.

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public bool IsRotateCursorShownOnMouseOver { get; set; }

Property Value

Boolean
Remarks

RotationCursor is always shown when the camera is rotated with MouseCameraController.

If IsRotateCursorShownOnMouseOver is set to true, the RotationCursor is shown also when the mouse is over the EventsSourceElement and the RotateCameraConditions is set to LeftMouseButtonPressed. This way the cursor shows that the default mouse button (Left) will rotate the camera.

See Also