Expand description
vst_window
provides a cross-platform API for implementing VST plugin editor windows.
Structs§
RawWindowHandle
implementor returned by thesetup
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-platformEventSource
, which is used to pollWindowEvent
s.