Previous topic

JoystickEvent

Next topic

KeyCode

This Page

phoenix_title KeyCategoryFlagsΒΆ

The KeyCategoryFlags enumeration provides the following values:

Description Value
WXK_CATEGORY_ARROW arrow keys, on and off numeric keypads
WXK_CATEGORY_PAGING page up and page down keys, on and off numeric keypads
WXK_CATEGORY_JUMP home and end keys, on and off numeric keypads
WXK_CATEGORY_TAB tab key, on and off numeric keypads
WXK_CATEGORY_CUT backspace and delete keys, on and off numeric keypads
WXK_CATEGORY_NAVIGATION union of WXK_CATEGORY_ARROW, WXK_CATEGORY_PAGING, and WXK_CATEGORY_JUMP categories