Vertex Viewer SDK
    Preparing search index...

    Class CursorManager

    The cursor manager maintains a prioritized list of cursors for the viewer.

    Cursors with the highest priority will be considered active, where the most recently added cursor will take precedence if there are multiple cursors with the same priority.

    Index
    onChanged: EventDispatcher<void> = ...

    An event dispatcher that emits an event when a cursor is added or removed.

    HIGH_PRIORITY: 20

    A constant representing the high priority cursors.

    LOW_PRIORITY: 0

    A constant representing the lowest priority cursors.

    NORMAL_PRIORITY: 10

    A constant representing a priority between LOW_PRIORITY and HIGH_PRIORITY.