public static class CBTEvent.ClickSkipped extends CBTEvent
HCBT_CLICKSKIPPED
hook event.CBTEvent.Activate, CBTEvent.ClickSkipped, CBTEvent.CreateWnd, CBTEvent.DestroyWnd, CBTEvent.KeySkipped, CBTEvent.MinMax, CBTEvent.MoveSize, CBTEvent.QS, CBTEvent.SetFocus, CBTEvent.SysCommand
Constructor and Description |
---|
ClickSkipped(java.lang.Object source,
long mouseMessage,
Point point,
Wnd window,
long hitTestCode) |
Modifier and Type | Method and Description |
---|---|
Point |
getCursorCoordinates()
Contains the x- and y-coordinates of the cursor, in screen coordinates.
|
long |
getHitTestCode()
Hit-test code
|
long |
getMouseMessage()
Specifies the mouse message removed from the system message queue.
|
Wnd |
getWindow()
The window for which the mouse message is intended.
|
public long getMouseMessage()
public Point getCursorCoordinates()
public Wnd getWindow()
public long getHitTestCode()