MouseEventArgs

Undocumented in source.

Constructors

this
this(MouseButtons button, int clicks, int x, int y, int delta)
Undocumented in source.

Members

Properties

button
MouseButtons button [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
clicks
int clicks [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
delta
int delta [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
x
int x [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
y
int y [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From EventArgs

empty
EventArgs empty [@property getter]

Property: get a reusable, empty EventArgs.

Meta