nn::swkbd::CTR::BottomButton Enumerated Type

Syntax

enum BottomButton;

Value

Value Description
BOTTOM_BUTTON_0 (This enumerator is used for internal processing. It cannot be used from the application.)
BOTTOM_BUTTON_1 (This enumerator is used for internal processing. It cannot be used from the application.)
BOTTOM_BUTTON_2 (This enumerator is used for internal processing. It cannot be used from the application.)
BOTTOM_BUTTON_MAX (This enumerator is used for internal processing. It cannot be used from the application.)
BOTTOM_BUTTON_1BUTTON A 1-button button.
BOTTOM_BUTTON_2BUTTON_LEFT A 2-button's left button.
BOTTOM_BUTTON_2BUTTON_RIGHT A 2-button's right button.
BOTTOM_BUTTON_3BUTTON_LEFT A 3-button's left button.
BOTTOM_BUTTON_3BUTTON_MIDDLE A 3-button's middle button.
BOTTOM_BUTTON_3BUTTON_RIGHT A 3-button's right button.
BOTTOM_BUTTON_MAX_BIT (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Enumerated type for the indices of the buttons on the bottom row.

Revision History

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

CONFIDENTIAL