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

Collaboration diagram for donner::editor::RenderPaneGestureContext:
[legend]

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: