nn::applet::CTR::HomeButtonState Enumerated Typeenum HomeButtonState;
| Value | Description |
|---|---|
HOME_BUTTON_NONE |
A HOME Button press has not been detected. |
HOME_BUTTON_SINGLE_PRESSED |
A single HOME Button press was detected. |
HOME_BUTTON_DOUBLE_PRESSED |
A double HOME Button press was detected. |
Enumerated type indicating the state of the HOME Button.
You can get this state with the GetHomeButtonState function.
The state switches to HOME_BUTTON_NONE when you call the ClearHomeButtonState function.
Note:
In CTR SDK 4.0 and later versions, the GetHomeButtonState function no longer returns the double-click. The definition for the double-click itself remains for purposes of compatibility, but in the future it might be deleted.
CONFIDENTIAL