jcontrol.io
Interface IPointingDevice


public interface IPointingDevice


Method Summary
 int getX()
          Returns the x-coordinate of the (last) touch.
 int getY()
          Returns the y-coordinate of the (last) touch.
 boolean isPressed()
           
 

Method Detail

getX

int getX()
Returns the x-coordinate of the (last) touch.


getY

int getY()
Returns the y-coordinate of the (last) touch.


isPressed

boolean isPressed()