public interface IMouseEventInfo
Modifier and Type | Method and Description |
---|---|
int |
getModifiers()
Determines which button is down and which shift keys are down.
|
int |
getTime()
Gets the event timestamp.
|
int |
getX()
Returns the screen-relative x-coordinate where the mouse click occurred.
|
int |
getY()
Returns the screen-relative y-coordinate where the mouse click occurred.
|
boolean |
isDown()
Determines whether this is a mouse button down or mouse button up event.
|
boolean isDown()
int getModifiers()
int getTime()
int getX()
int getY()