nn::swkbd::CTR::TEXT_CHECK_TEXT_LENGTH_MAX_MAX Constantconst u16 TEXT_CHECK_TEXT_LENGTH_MAX_MAX = 2000;
The maximum value for the maximum number of characters that can be input when text is being checked.
When the textCheckFlag member variable of the nn::swkbd::CTR::Config structure is set to a value other than TEXT_CHECK_DISABLE, the value set to the textLengthMax member variable is clamped so that it does not exceed this constant's value.
CONFIDENTIAL