Layer.keyPress

Handles key press events and delegates them to its components.

class Layer
final
void
keyPress
(
KeyboardKey key
,
ref bool stopEvent
)

Parameters

key KeyboardKey

The key pressed.

stopEvent bool

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

Meta