UIElement.onKeyDown

Called when a key is pressed. This event bubbles down-up until being processed. Return true if treating the message.

class UIElement
public nothrow @nogc
bool
onKeyDown
(
Key key
)

Meta