VST2SDK
A recreation of the popular Steinberg VST 2.x SDK.
Loading...
Searching...
No Matches
vst_rect_t Struct Reference

Window/Editor Rectangle. More...

#include <vst.h>

Data Fields

int16_t top
 
int16_t left
 
int16_t bottom
 
int16_t right
 

Detailed Description

Window/Editor Rectangle.

The order is counter-clockwise starting from the top.

Definition at line 173 of file vst.h.

Field Documentation

◆ bottom

int16_t vst_rect_t::bottom

Definition at line 176 of file vst.h.

◆ left

int16_t vst_rect_t::left

Definition at line 175 of file vst.h.

◆ right

int16_t vst_rect_t::right

Definition at line 177 of file vst.h.

◆ top

int16_t vst_rect_t::top

Definition at line 174 of file vst.h.


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