public final class EventCrossing extends Event
This is used by Widget.EnterNotifyEvent
and
Widget.LeaveNotifyEvent
.
Modifier and Type | Method and Description |
---|---|
NotifyType |
getDetail()
Describes the relationship between the Window from which the mouse
pointer left, and the Window which the mouse pointer entered.
|
CrossingMode |
getMode()
|
public NotifyType getDetail()
NONLINEAR
, which tells
you that the pointer moved between unrelated X Windows.public CrossingMode getMode()
NORMAL
one or a pseudo-motion one resulting
from a GRAB
or UNGRAB
.