nn::extrapad::CTR::StartExtraPadApplet Function

Syntax

void StartExtraPadApplet(
     nn::applet::AppletWakeupState * pWakeupState,
     Parameter * pParameter
);

Parameters

Name Description
out pWakeupState The type of startup request. An undefined value is stored here on failure.
inout pParameter Parameter structure.

Return Values

None.

Description

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.

Revision History

2011/07/21
Initial version.

CONFIDENTIAL