Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 325 Bytes

Widget_KeyUp.md

File metadata and controls

15 lines (9 loc) · 325 Bytes

Widget::KeyUp

This method is called called when a keyboard key is released.

Syntax

  • void KeyUp(const KeyCode key)
Parameter Description
keycode the key that was pressed

Remarks

This is a protected virtual method. It can only be used by declaring it in a custom widget.