TEXT_CHECK_TEXT_LENGTH_MAX_MAX

nn::swkbd::CTR::TEXT_CHECK_TEXT_LENGTH_MAX_MAX Constant

Syntax

const u16 TEXT_CHECK_TEXT_LENGTH_MAX_MAX =  2000;

Description

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.

Revision History

2011/03/01
Initial version.

CONFIDENTIAL