step 5: add stable pan zoom and view commands
This commit is contained in:
@@ -47,7 +47,7 @@ class DpgMapConfig:
|
||||
|
||||
@dataclass(slots=True)
|
||||
class InteractionState:
|
||||
"""Logical interaction state until GUI interaction is implemented."""
|
||||
"""Logical mouse interaction state."""
|
||||
|
||||
active_drag: bool = False
|
||||
last_mouse_position: tuple[float, float] | None = None
|
||||
|
||||
Reference in New Issue
Block a user