Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 346 Bytes

Widget_KeyChar.md

File metadata and controls

15 lines (9 loc) · 346 Bytes

Widget::KeyChar

This method is called when a keyboard character is entered.

Syntax

  • void KeyChar(const int keychar);
Parameter Description
keychar ASCII character code for the inputted text

Remarks

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