|
|
Donner 0.5.1
Embeddable browser-grade SVG2 engine
|
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.