nn::swkbd::CTR::TenkeyExtKey Enumerated Type

Syntax

enum TenkeyExtKey;

Value

Value Description
TENKEY_EXT_KEY_LEFT The key to the immediate left of the '0' key.
TENKEY_EXT_KEY_RIGHT The key to the immediate right of the '0' key.
TENKEY_EXT_KEY_MAX Total number of enumerators.
TENKEY_EXT_KEY_MAX_BIT (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Enumerated type indicating the index of the numeric keypad extended keys.

This enumerated type indicates the keys placed to the right and left of the '0' key (which is in the center of the bottom-most row) in the numeric keypad.

Revision History

2011/04/12
Added descriptions to values that had no descriptions.
2011/03/01
Initial version.

CONFIDENTIAL