(mouse_x, mouse_y)
| 3575 | } |
| 3576 | |
| 3577 | function setCursorFromPoint(mouse_x, mouse_y) { |
| 3578 | setCursor(getIndexFromPoint(mouse_x, mouse_y)); |
| 3579 | } |
| 3580 | |
| 3581 | function setEndSelectionFromPoint(x, y, apply) { |
| 3582 | var i1 = textinput.selectionStart; |
no test coverage detected