dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
ViewRect
dplug
vst3
iplugview
Undocumented in source.
version(VST3)
struct
ViewRect {
nothrow @
nogc
int
left
;
nothrow @
nogc
int
top
;
nothrow @
nogc
int
right
;
nothrow @
nogc
int
bottom
;
int
getWidth
();
int
getHeight
();
}
Members
Functions
getHeight
int
getHeight
()
Undocumented in source. Be warned that the author may not have intended to support it.
getWidth
int
getWidth
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
bottom
int
bottom
;
Undocumented in source.
left
int
left
;
Undocumented in source.
right
int
right
;
Undocumented in source.
top
int
top
;
Undocumented in source.
Meta
Source
See Implementation
dplug
vst3
iplugview
interfaces
IPlugFrame
IPlugView
static variables
kPlatformTypeHIView
kPlatformTypeHWND
kPlatformTypeNSView
kPlatformTypeUIView
kPlatformTypeX11EmbedWindowID
structs
ViewRect