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

Syntax

enum FinishableCondition;

Value

Value Description
FINISHABLE_CONDITION_NONE Possible to finalize at any time.
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 whitespace.
FINISHABLE_CONDITION_EXCEPT_SPACE_ONLY No input, or input of one or more characters other than double-byte or single-byte whitespace.
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 for conditions under which input can be finalized.

Revision History

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

CONFIDENTIAL