X11LeaveNotifyEvent class

Inheritance

Constructors

X11LeaveNotifyEvent(int detail, X11ResourceId root, int event, X11ResourceId child, X11Point positionRoot, X11Point position, int state, int mode, int sameScreenFocus, int time)
X11LeaveNotifyEvent.fromBuffer(X11ReadBuffer buffer)
factory

Properties

child X11ResourceId
final
detail int
final
event int
final
hashCode int
The hash code for this object.
no setterinherited
mode int
final
position X11Point
final
positionRoot X11Point
final
root X11ResourceId
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sameScreenFocus int
final
state int
final
time int
final

Methods

encode(X11WriteBuffer buffer) int
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited