MouseEventArgs

Event args for mouse events.

class MouseEventArgs : ButtonEventArgs!MouseButton {}

Constructors

this
this()

Creates a new instance of the mouse event args.

Members

Properties

position
Point position [@property getter]

Gets the current position of the mouse.

position
Point position [@property setter]

Sets the position of the mouse.

Meta