|
LMMS
|
#include <ui.h>
Public Attributes | |
| LV2UI_Feature_Handle | handle |
| void(* | touch )(LV2UI_Feature_Handle handle, uint32_t port_index, bool grabbed) |
A feature to notify the host that 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.
The host should cease automating the port or otherwise manipulating the port value until the control has been ungrabbed.
| 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. |