nn::applet::CTR::IsExpectedToProcessHomeButton Function
bool IsExpectedToProcessHomeButton(
void
);
None.
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.
CONFIDENTIAL