Layer.keyPress

Handles key press events and delegates them to its components.

class Layer
final
void
keyPress
(,
ref bool stopEvent
)

Parameters

key Key

The key pressed.

stopEvent bool

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

Meta