Layer.keyRelease

Handles key release events and delegates them to its components.

class Layer
final
void
keyRelease
(,
ref bool stopEvent
)

Parameters

key Key

The key released.

stopEvent bool

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

Meta