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
EditorInputBridge.h File Reference
#include <optional>
#include <vector>
#include "donner/editor/RenderPaneGesture.h"
#include "donner/editor/gui/EditorWindow.h"
Include dependency graph for EditorInputBridge.h:
This graph shows which files directly or indirectly include this file:

Classes

class  donner::editor::EditorInputBridge
 Wraps the editor's raw GLFW scroll callback + native pinch monitor plumbing so the advanced editor shell can consume queued gesture events without owning callback lifecycle directly. More...

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.