Expand description

vst_window provides a cross-platform API for implementing VST plugin editor windows.

Structs

RawWindowHandle implementor returned by the setup function.

Source of events from a corresponding window, created by the setup function.

Enums

Represents one of the buttons on a mouse.

Represents an interaction with an editor window.

Functions

Build a platform-specific window and return a cross-platform RawWindowHandle implementor, used as a surface for rendering, as well as a cross-platform EventSource, which is used to poll WindowEvents.