nn::hid::CTR::EnableSelectButton Function

Syntax

bool EnableSelectButton();

Arguments

None.

Return Values

Returns the function's execution result.

Value Description
true Mode change was successful.
false Failed because Debug mode was not enabled.

Description

Enables sampling of the SELECT Button. This feature is only available if Debug mode has been enabled from the Config tool.

After calling this function, SELECT Button input can be obtained from the values retrieved by the nn::hid::CTR::PadReader::Read and nn::hid::CTR::PadReader::ReadLatest functions.

Revision History

2011/03/28
Initial version.

CONFIDENTIAL