Home
last modified time | relevance | path

Searched refs:LSPSLOT_MOUSE_TRI_CLICK (Results 1 – 2 of 2) sorted by relevance

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/tk/
H A Dtk.h118 LSPSLOT_MOUSE_TRI_CLICK, //!< LSPSLOT_MOUSE_TRI_CLICK Triggered on mouse triple click enumerator
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/basic/
H A DLSPWidget.cpp89 if (id >= 0) id = sSlots.add(LSPSLOT_MOUSE_TRI_CLICK, slot_mouse_tri_click, self()); in init()
688 FWD_EVENT(UIE_MOUSE_TRI_CLICK, LSPSLOT_MOUSE_TRI_CLICK ) in handle_event()