LV2UI_Idle_Interface

UI Idle Interface (LV2_UI__idleInterface)

UIs can provide this interface to have an idle() callback called by the host rapidly to update the UI.

version(LV2)
extern (C) nothrow @nogc
struct LV2UI_Idle_Interface {}

Members

Variables

idle
int function(LV2UI_Handle ui) idle;

Run a single iteration of the UI's idle loop.

Meta