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
donner::editor::EditorState Struct Reference

Editor cursor and selection state, captured by value for undo/redo. More...

#include "donner/editor/TextEditorCore.h"

Public Attributes

Coordinates selectionStart
Coordinates selectionEnd
Coordinates cursorPosition

Detailed Description

Editor cursor and selection state, captured by value for undo/redo.

Member Data Documentation

◆ cursorPosition

Coordinates donner::editor::EditorState::cursorPosition

◆ selectionEnd

Coordinates donner::editor::EditorState::selectionEnd

◆ selectionStart

Coordinates donner::editor::EditorState::selectionStart

The documentation for this struct was generated from the following file: