Skip to content

DashboardCursorSync🔗

0 for no shared crosshair or tooltip (default).

1 for shared crosshair.

2 for shared crosshair AND shared tooltip.

Definition🔗

type DashboardCursorSync int64
const (
    DashboardCursorSyncOff DashboardCursorSync = 0
    DashboardCursorSyncCrosshair DashboardCursorSync = 1
    DashboardCursorSyncTooltip DashboardCursorSync = 2
)