nn::swkbd::CTR::FinishableCondition Enumerated Typeenum FinishableCondition;
| 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.) |
Enumerated type for conditions under which input can be finalized.
CONFIDENTIAL