(int x, int y)
| 225 | } |
| 226 | |
| 227 | protected void pointerDragged(int x, int y) { |
| 228 | super.pointerDragged(x,y); |
| 229 | set_xCursor(x); |
| 230 | redraw(); |
| 231 | } |
| 232 | |
| 233 | public void doKeyAction(int keyCode) { |
| 234 | switch (keyCode) { |
nothing calls this directly
no test coverage detected