|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.jniwrapper.win32.hook.HookEventObject
com.jniwrapper.win32.hook.LowLevelMouseEvent
Defines low level mouse event object.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Method Summary | |
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. |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public Point getPoint()
public long getMessageID()
public java.lang.Byte getWheelDelta()
public long getTime()
public void consume()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |