MouseEvent.translatePoint
Class Overview | Class Members |
This Package |
All Packages
public synchronized void translatePoint( int x,
int y )
Parameters
- x
- the x value added to the current x coordinate position
- y
- the y value added to the current y coordinate position
Description
Translates the coordinate position of the event by x, y.