Layer.mouseMove

Handles mouse move events and delegates them to its components.

class Layer
final
void
mouseMove
(
FloatVector mousePosition
,
ref bool stopEvent
)

Parameters

mousePosition FloatVector

The mouse position.

stopEvent bool

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

Meta