命名空间 | |
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) |