LV2
1.0.13
|
A feature to notify the host the user has grabbed a UI control. More...
Data Fields | |
LV2UI_Feature_Handle | handle |
Pointer to opaque data which must be passed to ui_resize(). More... | |
void(* | touch )(LV2UI_Feature_Handle handle, uint32_t port_index, bool grabbed) |
Notify the host that a control has been grabbed or released. More... | |
A feature to notify the host the user has grabbed a UI control.
LV2UI_Feature_Handle LV2UI_Touch::handle |
Pointer to opaque data which must be passed to ui_resize().
void(* LV2UI_Touch::touch)(LV2UI_Feature_Handle handle, uint32_t port_index, bool grabbed) |
Notify the host that a control has been grabbed or released.
handle | The handle field of this struct. |
port_index | The index of the port associated with the control. |
grabbed | If true, the control has been grabbed, otherwise the control has been released. |