Skip to main content

Module viewport_tooling

Module viewport_tooling 

Source
Expand description

Viewport tool arbitration helpers (Tier A embedding).

This module provides a small, policy-heavy router for editor-style viewport tooling:

  • gizmos,
  • selection tools,
  • camera navigation tools.

It is built on top of the policy-light protocol types in fret-viewport-tooling (ADR 0153).

Structs§

ViewportToolArbitrator
ViewportToolArbitratorConfig
ViewportToolEntry
ViewportToolRouterState

Enums§

ViewportToolCoordinateSpace

Functions§

cancel_active_viewport_tools
Cancels the active tool interaction (if any) and clears router hot/active state.
route_viewport_tools