Layer.mousePress

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

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

Parameters

button MouseButton

The mouse button pressed.

stopEvent bool

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

Meta