Layer.mouseMove

Handles mouse move events and delegates them to its components.

class Layer
final
void
mouseMove
(
ptrdiff_t x
,
ptrdiff_t y
,
ref bool stopEvent
)

Parameters

x ptrdiff_t

The x coordinate of the mouse cursor.

y ptrdiff_t

The y coordinate of the mouse cursor.

stopEvent bool

(ref) Boolean determining whether the event handling should no longer be delegated.

Meta