struct

Espresso::MouseMoveEvent

Inherits Espresso::MouseEvent / Espresso::WindowEvent / Struct / Value / Object

Event triggered when the mouse moves.

Instance methods

coordinates

The new cursor position, relative to the top-left corner of the content area.

Source
position

The new cursor position, relative to the top-left corner of the content area.

Source
x

The new cursor x-coordinate, relative to the left edge of the content area.

Source
y

The new cursor y-coordinate, relative to the top edge of the content area.

Source