All Packages Class Hierarchy This Package Previous Next Index
Components delegate handling of mouse events to a MouseController derivation.
For instance:
mouseDown(Event event, int x, int y) { return controller.mouseDown(event,x,y); }
public abstract boolean mouseEnter(Event event, int x, int y)
public abstract boolean mouseExit(Event event, int x, int y)
public abstract boolean mouseMove(Event event, int x, int y)
public abstract boolean mouseDown(Event event, int x, int y)
public abstract boolean mouseUp(Event event, int x, int y)
public abstract boolean mouseDrag(Event event, int x, int y)
All Packages Class Hierarchy This Package Previous Next Index