nn::swkbd::CTR::FinishableCondition Enumerated Typeenum FinishableCondition;
| 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.) |
Enumerated type indicating the conditions to be met in order to finalize the input.
CONFIDENTIAL