dplug ~master (2024-12-12T14:21:32Z)
Home
Dub
Repo
IGraphics.isResizeable
dplug
client
graphics
IGraphics
Used by CLAP and VST3.
interface
IGraphics
nothrow @
nogc
abstract
bool
isResizeable
(
)
Return Value
Type:
bool
true
if plugin is resizeable in terms of logical pixels.
Meta
Source
See Implementation
dplug
client
graphics
IGraphics
functions
closeUI
getDesiredGUISize
getGUISize
getMaxSmallerValidSize
getNearestValidSize
getPreservedAspectRatio
isAspectRatioPreserved
isResizeable
isResizeableHorizontally
isResizeableVertically
nativeWindowResize
openUI
Used by CLAP and VST3.