Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
Loading...
Searching...
No Matches
donner::editor::RenderPaneGestureContext Struct Reference

Per-frame state needed to route a raw scroll event. More...

#include "donner/editor/RenderPaneGesture.h"

Public Attributes

Box2d paneRect
 Render-pane bounds in screen pixels.
bool mouseDragPanActive = false
 True while the explicit mouse-drag pan gesture is active.

Detailed Description

Per-frame state needed to route a raw scroll event.

Member Data Documentation

◆ mouseDragPanActive

bool donner::editor::RenderPaneGestureContext::mouseDragPanActive = false

True while the explicit mouse-drag pan gesture is active.

◆ paneRect

Box2d donner::editor::RenderPaneGestureContext::paneRect

Render-pane bounds in screen pixels.


The documentation for this struct was generated from the following file: