nn::swkbd::CTR::FinishableCondition Enumerated Type

Syntax

enum FinishableCondition;

Value

Value Description
FINISHABLE_CONDITION_NONE Always possible to finalize.
FINISHABLE_CONDITION_ANY Input of one or more characters.
FINISHABLE_CONDITION_NON_SPACE Input of one or more characters other than double-byte or single-byte blank spaces.
FINISHABLE_CONDITION_EXCEPT_SPACE_ONLY No input, or input of one or more characters other than double-byte or single-byte blank spaces.
FINISHABLE_CONDITION_FULL Input of at least the maximum number of characters that can be input.
FINISHABLE_CONDITION_MAX Total number of enumerators
FINISHABLE_CONDITION_MAX_BIT (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Enumerated type indicating the conditions to be met in order to finalize the input.

Revision History

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

CONFIDENTIAL