Layer.mouseRelease

Handles mouse button release events and delegates them to its components.

class Layer
final
void
mouseRelease
(
MouseButton button
,
ref bool stopEvent
)

Parameters

button MouseButton

The mouse button released.

stopEvent bool

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

Meta