MouseEvent

Undocumented in source.

Constructors

this
this(MouseEvent e)
Undocumented in source.
this
this(MouseAction a, MouseButton b, ushort f, short x, short y, short wheelDelta)
Undocumented in source.

Members

Functions

changeAction
void changeAction(MouseAction a)
Undocumented in source. Be warned that the author may not have intended to support it.
track
void track(Widget w)

override mouse tracking widget

Properties

action
MouseAction action [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
button
MouseButton button [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
doNotTrackButtonDown
bool doNotTrackButtonDown [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
doNotTrackButtonDown
bool doNotTrackButtonDown [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
flags
ushort flags [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lbutton
ButtonDetails lbutton [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
mbutton
ButtonDetails mbutton [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rbutton
ButtonDetails rbutton [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
trackingWidget
Widget trackingWidget [@property getter]

get event tracking widget to override

wheelDelta
short wheelDelta [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
x
short x [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
y
short y [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_action
MouseAction _action;
Undocumented in source.
_button
MouseButton _button;
Undocumented in source.
_doNotTrackButtonDown
bool _doNotTrackButtonDown;
Undocumented in source.
_eventTimestamp
long _eventTimestamp;
Undocumented in source.
_flags
ushort _flags;
Undocumented in source.
_lbutton
ButtonDetails _lbutton;
Undocumented in source.
_mbutton
ButtonDetails _mbutton;
Undocumented in source.
_rbutton
ButtonDetails _rbutton;
Undocumented in source.
_trackingWidget
Widget _trackingWidget;
Undocumented in source.
_wheelDelta
short _wheelDelta;
Undocumented in source.
_x
short _x;
Undocumented in source.
_y
short _y;
Undocumented in source.

Meta