DSPark 1.6.1
Header-only audio DSP framework in pure C++20 — zero dependencies
Loading...
Searching...
No Matches
dspark::plugin::EditorSize Struct Reference

Editor window size in logical pixels (physical = logical x host scale). More...

#include <DSParkPlugin.h>

Public Attributes

int width = 480
 
int height = 320
 

Detailed Description

Editor window size in logical pixels (physical = logical x host scale).

Definition at line 629 of file DSParkPlugin.h.

Member Data Documentation

◆ height

int dspark::plugin::EditorSize::height = 320

Definition at line 632 of file DSParkPlugin.h.

◆ width

int dspark::plugin::EditorSize::width = 480

Definition at line 631 of file DSParkPlugin.h.


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