名前空間 | |
| namespace | AK |
| Audiokinetic namespace | |
マクロ定義 | |
| #define | AKMOTION_SCEPAD_HAPTICS_MODE 0x80000000 |
| #define | AKMOTIONSINK_STATIC_LINK_SCEPAD_FUNCTIONS |
| #define | AKMOTIONSINK_DYNAMIC_LINK_SCEPAD_FUNCTIONS |
型定義 | |
| typedef int(* | AK::_akmotionPadGetHandle) (int userId, int type, int index) |
| typedef int(* | AK::_akmotionPadGetContainerIdInformation) (int handle, void *pInfo) |
| typedef int(* | AK::_akmotionPadGetControllerType) (int handle, void *pControllerType) |
| typedef int(* | AK::_akmotionPadSetVibrationMode) (int handle, ScePadVibrationMode mode) |
| typedef int(* | AK::_akmotionPadSetVibration) (int handle, const void *pParam) |
関数 | |
| AK_DLLEXPORT void | AkMotionInitializeScePadFunctions (AK::_akmotionPadGetHandle in_pPadGetHandle, AK::_akmotionPadGetContainerIdInformation in_pPadGetContainerIdInformation, AK::_akmotionPadGetControllerType in_pPadGetControllerType, AK::_akmotionPadSetVibrationMode in_pPadSetVibrationMode, AK::_akmotionPadSetVibration in_pPadSetVibration) |