FIXED_WIDTH_TEXT_LENGTH_MAX_MAX

nn::swkbd::CTR::FIXED_WIDTH_TEXT_LENGTH_MAX_MAX Constant

Syntax

const u16 FIXED_WIDTH_TEXT_LENGTH_MAX_MAX =  32;

Description

The maximum value for the maximum number of characters that can be input in fixed-width display mode.

When the fixedWidthMode member variable of the nn::swkbd::CTR::Config structure is set to true, the value set to the textLengthMax member variable is clamped not to exceed this constant's value.

Revision History

2011/03/01
Initial version.

CONFIDENTIAL