Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js24108 var STATE_BEGAN = 2;
24329 if (this.state & (STATE_BEGAN | STATE_CHANGED | STATE_ENDED | STATE_CANCELLED)) {
24370 } else if (state & STATE_BEGAN) {
24451 var isRecognized = state & (STATE_BEGAN | STATE_CHANGED);
24460 } else if (!(state & STATE_BEGAN)) {
24461 return STATE_BEGAN;
24532 … (this.state & STATE_BEGAN || (!(this.state & STATE_BEGAN) && this.directionTest(input)));
24576 (Math.abs(input.scale - 1) > this.options.threshold || this.state & STATE_BEGAN);
24686 (Math.abs(input.rotation) > this.options.threshold || this.state & STATE_BEGAN);
24835 return STATE_BEGAN;
[all …]
Dbpmn-modeler.production.min.js33 …INPUT_START:1,INPUT_MOVE:2,INPUT_END:4,INPUT_CANCEL:8,STATE_POSSIBLE:1,STATE_BEGAN:2,STATE_CHANGED… property