dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
IGraphics
dplug
client
graphics
Plugin GUI
interface
IGraphics {
void
*
openUI
(void* parentInfo, void* controlInfo, DAW daw, GraphicsBackend backend);
void
closeUI
();
void
getGUISize
(int* width, int* height);
}
Members
Functions
closeUI
void
closeUI
()
Undocumented in source.
getGUISize
void
getGUISize
(int* width, int* height)
Undocumented in source.
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
enums
GraphicsBackend
interfaces
IGraphics
Plugin GUI