KPADInit | Initializes the KPAD library. |
KPADReset | Returns to the initial state. |
KPADRead | Obtains the data. |
KPADGetPosParam | Gets the play radius and sensitivity for the set coordinate values. |
KPADSetPosParam | Adjusts the play radius and sensitivity for the coordinate values. |
KPADGetPosPlayMode | Gets the play mode for the coordinate values that have been set. |
KPADSetPosPlayMode | Sets the play mode for the coordinate values. |
KPADGetHoriParam | Gets the play radius and sensitivity for the set horizontal parameter. |
KPADSetHoriParam | Adjusts the play radius and sensitivity for the horizontal parameters. |
KPADGetHoriPlayMode | Gets the play mode for the horizontal parameters that have been set. |
KPADSetHoriPlayMode | Sets the play mode for the horizontal parameters. |
KPADGetDistParam | Gets the play radius and sensitivity for the set distance. |
KPADSetDistParam | Adjusts the play radius and sensitivity for the distance. |
KPADGetDistPlayMode | Gets the play mode for the distance that has been set. |
KPADSetDistPlayMode | Sets the play mode for the distance. |
KPADGetAccParam | Gets the play radius and sensitivity for the set accelerometer. |
KPADSetAccParam | Adjusts the play radius and sensitivity for the acceleration sensor. |
KPADGetAccPlayMode | Gets the play mode for the acceleration sensor that has been set. |
KPADSetAccPlayMode | Sets the play mode for the acceleration sensor. |
KPADSetBtnRepeat | Sets the digital button repeat functionality. |
KPADSetObjInterval | Specifies the distance between the two sensors on the Sensor Bar. |
KPADSetSensorHeight | Sets the height for the Sensor Bar location. |
KPADCalibrateDPD | Performs calibration. |
KPADGetWPADRingBuffer | Obtains the starting address of the ring buffer. |
KPADGetWPADFSRingBuffer | Obtains the starting address of the ring buffer. |
KPADGetWPADCLRingBuffer | Obtains the starting address of the ring buffer. |
KPADSetFSStickClamp | Clamps control stick data of the Nunchuk. |
KPADEnableDPD | Issues a request to turn ON the Wii Remote DPD module. |
KPADDisableDPD | Issues a request to turn OFF the Wii Remote DPD module. |
KPADSetControlDpdCallback | Registers the callback to use for notification when making DPD settings for the Wii Remote. |
KPADEnableAimingMode | Sets the mode for getting the nearest coordinate to the spot on the TV screen actually being pointed to by the Wii Remote. |
KPADDisableAimingMode | Sets the mode for getting the coordinate with the center of the Sensor Bar used as the reference (default). |
KPADGetProjectionPos | Converts the normalized coordinate values into projection coordinates. |
KPADGetUnifiedWpadStatus | Gets controller data such as WPADStatus with the data format for each element. |
KPADEnableStickCrossClamp | Sets the clamp process method for the stick to cross clamping. |
KPADDisableStickCrossClamp | Sets the clamp process method for the stick-to-circular clamping. |
KPADSetSamplingCallback | Registers the sampling callback for the application. |
KPADSetReviseMode | Gives preliminary specification whether to apply the angular correction to the value returned from the Nunchuk Motion Sensor. |
KPADReviseAcc | Performs the same kind of angular correction as when KPADSetReviseMode is set ON, but to arbitrary vectors. |
KPADGetReviseAngle | Gets the rotation angle, in the degree unit, of the angular correction performed by KPADReviseAcc. |