nn::hid::CTR::EnableSelectButton Function

Syntax

bool EnableSelectButton();

Arguments

None.

Return Values

Returns the function's execution result.

Value Description
true Mode successfully changed.
false Failed because build was not a Release build.

Description

Enables SELECT sampling. This feature cannot be used in Release builds.

After this function has been called, the SELECT input can be obtained from the sampling data obtained by the nn::hid::CTR::PadReader::Read and nn::hid::CTR::PadReader::ReadLatest functions.

Revision History

2011/03/29
Initial version.

CONFIDENTIAL