Expand description
vst_window provides a cross-platform API for implementing VST plugin editor windows.
Structs§
- Editor
Window RawWindowHandleimplementor returned by thesetupfunction.- Event
Source - Source of events from a corresponding window, created by the
setupfunction.
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
RawWindowHandleimplementor, used as a surface for rendering, as well as a cross-platformEventSource, which is used to pollWindowEvents.