mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Add comment about updated size in CheckSizeConstraintResponse
This commit is contained in:
@@ -327,6 +327,10 @@ class YaPlugView : public Steinberg::IPlugView {
|
||||
/**
|
||||
* The result and updated `ViewRect` from a call to
|
||||
* `IPlugView::checkSizeConstraint(rect)`.
|
||||
*
|
||||
* In this case the plugin is allowed to update the view rect with something
|
||||
* that the plugin does support. I don't know if any hosts that use this
|
||||
* information though.
|
||||
*/
|
||||
struct CheckSizeConstraintResponse {
|
||||
UniversalTResult result;
|
||||
|
||||
Reference in New Issue
Block a user