|
|
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.
|
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. | |
Per-frame state needed to route a raw scroll event.
| bool donner::editor::RenderPaneGestureContext::mouseDragPanActive = false |
True while the explicit mouse-drag pan gesture is active.
| Box2d donner::editor::RenderPaneGestureContext::paneRect |
Render-pane bounds in screen pixels.