- 精华
- 0
- 帖子
- 3275
- 威望
- 0 点
- 积分
- 3328 点
- 种子
- 577 点
- 注册时间
- 2013-2-21
- 最后登录
- 2024-12-28
|
发表于 2024-9-14 16:38 · 上海
|
显示全部楼层
手柄并没有100%支持
The INTERCEPTED state does not exist. Thus, the SCE_PAD_BUTTON_INTERCEPTED bit will not be set to the buttons member of the ScePadData structure upon obtaining the controller's output data.
The light bar on the controller will light when scePadOpen() is called. The color of the light bar is fixed per user ID.
The following features related to the motion sensors are not supported.
Orientation computation feature (quaternion output): The orientation values that will be obtained by scePadReadState()/scePadRead() will always be the initial values (Identity<0,0,0,1>). Therefore, scePadResetOrientation() will not function even when executed. Have the application perform orientation computation.
Angular velocity sensor deadband filter feature: scePadSetAngularVelocityDeadbandState() will not function even when executed.
Tilt correction feature: scePadSetTiltCorrectionState() will not function even when executed.
|
|