LV2UI_Touch

A feature to notify the host that the user has grabbed a UI control.

Members

Variables

handle
LV2UI_Feature_Handle handle;

Pointer to opaque data which must be passed to ui_resize().

touch
void function(LV2UI_Feature_Handle handle, uint32_t port_index, bool grabbed) touch;

Notify the host that a control has been grabbed or released.

Meta