| var ename = MouseEventName("mousemove"); | var ename = MouseEventName("mousemove"); | ||||
| var data = { | var data = { | ||||
| source: this, | source: this, | ||||
| isCombo: (ename.indexOf("+") >= 0), | |||||
| lastX: pos.lastX, | lastX: pos.lastX, | ||||
| lastY: pos.lastY, | lastY: pos.lastY, | ||||
| x: pos.x, | x: pos.x, | ||||
| var ename = MouseEventName(); | var ename = MouseEventName(); | ||||
| var data = { | var data = { | ||||
| source: this, | source: this, | ||||
| isCombo: (ename.indexOf("+") >= 0), | |||||
| lastX: pos.lastX, | lastX: pos.lastX, | ||||
| lastY: pos.lastY, | lastY: pos.lastY, | ||||
| x: pos.x, | x: pos.x, | ||||
| this.__mouseLastAction = "mouseup"; | this.__mouseLastAction = "mouseup"; | ||||
| var data = { | var data = { | ||||
| source: this, | source: this, | ||||
| isCombo: false, | |||||
| lastX: pos.lastX, | lastX: pos.lastX, | ||||
| lastY: pos.lastY, | lastY: pos.lastY, | ||||
| x: pos.x, | x: pos.x, | ||||
| var ename = MouseEventName("wheel"); | var ename = MouseEventName("wheel"); | ||||
| var data = { | var data = { | ||||
| source: this, | source: this, | ||||
| isCombo: (ename.indexOf("+") >= 0), | |||||
| lastX: pos.lastX, | lastX: pos.lastX, | ||||
| lastY: pos.lastY, | lastY: pos.lastY, | ||||
| x: pos.x, | x: pos.x, |