nn::extrapad::CTR::StartExtraPadApplet Function
void StartExtraPadApplet(
nn::applet::AppletWakeupState * pWakeupState,
Parameter * pParameter
);
| Name | Description | |
|---|---|---|
| out | pWakeupState |
The type of startup request. An undefined value is stored here on failure. |
| inout | pParameter |
Parameter structure. |
Starts up the Nintendo 3DS Circle Pad Pro calibration applet.
Before calling this function, use the nn::hid::ExtraPad::StopSampling function to stop sampling the Nintendo 3DS Circle Pad Pro.
When any library applet other than the Nintendo 3DS Circle Pad Pro calibration applet has been preloaded, you must cancel that preload before calling this function.
This function calls the nn::applet::CTR::WaitForStarting function.
Because you must determine whether to close the application when this function returns, call the nn::applet::CTR::IsExpectedToCloseApplication function immediately after control exits this function.
CONFIDENTIAL