Interface IMouseEvent
-
public interface IMouseEvent
Project: User: rufenec Date: 11/24/2014 Time: 3:19 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getX()
double
getY()
boolean
isAltDown()
boolean
isControlDown()
boolean
isShiftDown()
-