dplug v6.0.22
Dub
Repo
IGraphics
dplug
client
graphics
Plugin GUI
interface
IGraphics {
void
*
openUI
(void* parentInfo, void* controlInfo, DAW daw, GraphicsBackend backend);
}
Members
Functions
openUI
void
*
openUI
(void* parentInfo, void* controlInfo, DAW daw, GraphicsBackend backend)
Create an UI, return a system-specific handle for the window/view
Meta
Source
See Implementation
dplug
client
graphics
interfaces
IGraphics
Plugin GUI