Expand description
vst_window
provides a cross-platform API for implementing VST plugin editor windows.
Structs§
- Editor
Window RawWindowHandle
implementor returned by thesetup
function.- Event
Source - Source of events from a corresponding window, created by the
setup
function.
Enums§
- Mouse
Button - Represents one of the buttons on a mouse.
- Window
Event - Represents an interaction with an editor window.
Functions§
- setup
- 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.