(e)
| 361 | cursor: 'move', |
| 362 | draggable: true, |
| 363 | onmousemove(e) { |
| 364 | // For mobile device, prevent screen slider on the button. |
| 365 | eventTool.stop(e.event); |
| 366 | }, |
| 367 | onmousedown: bind(this._onHandleDragMove, this, 0, 0), |
| 368 | drift: bind(this._onHandleDragMove, this), |
| 369 | ondragend: bind(this._onHandleDragEnd, this) |