(int x, int y)
| 219 | } |
| 220 | |
| 221 | protected void pointerPressed(int x, int y) { |
| 222 | super.pointerPressed(x,y); |
| 223 | set_xCursor(x); |
| 224 | redraw(); |
| 225 | } |
| 226 | |
| 227 | protected void pointerDragged(int x, int y) { |
| 228 | super.pointerDragged(x,y); |
nothing calls this directly
no test coverage detected