nn::applet::CTR::IsExpectedToProcessHomeButton Function

Syntax

bool IsExpectedToProcessHomeButton(
     void
);

Arguments

None.

Return Values

A processing request.

Description

Determines whether there has been a request to process the HOME Button.

A return value of true indicates that either the HOME Button was pressed to jump to the HOME Menu or some other applet made a similar request to jump to the HOME Menu.

In this case, process the HOME Button immediately with the ProcessHomeButton function and then, if necessary, wait with the WaitForStarting function. Use the return value from the ProcessHomeButton function to determine whether this is necessary.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL