Searched refs:_touch_events (Results 1 – 3 of 3) sorted by relevance
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js | 13 …_touch_events(["touchmove","touchstart","touchend"],function(t){return t.touches&&t.touches.length… function
|
H A D | dhtmlxgantt.js.map | 1 …_touch_events","touches","pageX","pageY","pointerEnabled","pointerType","msPointerEnabled","MSPOIN…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 16945 this._touch_events(["touchmove", "touchstart", "touchend"], function (ev) { 16961 this._touch_events(["pointermove", "pointerdown", "pointerup"], function (ev) { 16968 this._touch_events(["MSPointerMove", "MSPointerDown", "MSPointerUp"], function (ev) { 16993 gantt._touch_events = function (names, accessor, ignore) { function
|