nn::applet::CTR::ClearHomeButtonState Function

Syntax

void ClearHomeButtonState(
void
);

Arguments

None.

Return Values

None.

Description

Clears the HOME Button state.

Clears the value that can be obtained from the applet::GetHomeButtonState function.

In addition, this finction notifies the system of the end of exclusive control from HOME Button process transitioning as well as POWER Button and sleep control.

There is no particular need to call this function if you are going to end after returning to the application from the WaitForStarting function, but when the application is going to continue, note that unless this function is called, other transition elements, such as the POWER Button and sleep mode, will not be enabled.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL