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::EditorAdaptiveUiInput Struct Reference

Inputs used to select and size the adaptive editor chrome. More...

#include "donner/editor/EditorShellLayout.h"

Public Attributes

float windowWidth = 0.0f
 Full editor window width in logical screen pixels.
float windowHeight = 0.0f
 Full editor window height in logical screen pixels.
bool preferTouch = false
 Whether the current platform or pointer source should prefer touch controls.

Detailed Description

Inputs used to select and size the adaptive editor chrome.

Member Data Documentation

◆ preferTouch

bool donner::editor::EditorAdaptiveUiInput::preferTouch = false

Whether the current platform or pointer source should prefer touch controls.

◆ windowHeight

float donner::editor::EditorAdaptiveUiInput::windowHeight = 0.0f

Full editor window height in logical screen pixels.

◆ windowWidth

float donner::editor::EditorAdaptiveUiInput::windowWidth = 0.0f

Full editor window width in logical screen pixels.


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