Searched refs:bindInteractionEvents (Results 1 – 1 of 1) sorted by relevance
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 28476 function bindInteractionEvents(node, eventName, element) { function 28496 bindInteractionEvents(gfx, 'mousedown', element); 28497 bindInteractionEvents(gfx, 'click', element); 28498 bindInteractionEvents(gfx, 'dblclick', element); 28542 bindInteractionEvents(segmentDraggerGfx, 'mousemove', connection);
|