|
|
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.
|
Raw scroll event captured from the windowing layer. More...
#include "donner/editor/RenderPaneGesture.h"
Public Attributes | |
| Vector2d | scrollDelta = Vector2d::Zero() |
| Scroll delta in GLFW / ImGui wheel units. | |
| Vector2d | cursorScreen = Vector2d::Zero() |
| Cursor position in the render pane's screen-pixel space. | |
| bool | zoomModifierHeld = false |
| True when Cmd/Ctrl was held for this event. | |
Raw scroll event captured from the windowing layer.
| Vector2d donner::editor::RenderPaneScrollEvent::cursorScreen = Vector2d::Zero() |
Cursor position in the render pane's screen-pixel space.
| Vector2d donner::editor::RenderPaneScrollEvent::scrollDelta = Vector2d::Zero() |
Scroll delta in GLFW / ImGui wheel units.
| bool donner::editor::RenderPaneScrollEvent::zoomModifierHeld = false |
True when Cmd/Ctrl was held for this event.