public class LowLevelMouseEvent extends HookEventObject
Modifier and Type | Method and Description |
---|---|
void |
consume()
Causes the consuming of this event, so another applications will not receive it.
|
long |
getMessageID()
Returns the identifier of the mouse message.
|
Point |
getPoint()
Retursn structure that contains the x- and y-coordinates of the cursor, in screen coordinates.
|
long |
getTime()
Returns the time stamp for this message.
|
java.lang.Byte |
getWheelDelta()
Returns the mouse wheel delta.
|
public Point getPoint()
public long getMessageID()
public java.lang.Byte getWheelDelta()
public long getTime()
public void consume()