some updates -> non working yet

This commit is contained in:
elijah-thomas774
2025-07-16 10:34:06 -04:00
parent c8470abc53
commit 3b6081165a
6 changed files with 579 additions and 115 deletions
+9
View File
@@ -127,6 +127,9 @@ public:
return *reinterpret_cast<const Vector3f *>(&acc);
}
Vector3f getAccelBad() const {
return Vector3f(acc.x, acc.y, acc.z);
}
Vector2f getAccelVertical() {
return Vector2f(acc_vertical.x, acc_vertical.y);
}
@@ -212,6 +215,9 @@ public:
const Vector3f &getAccel() const {
return mCoreStatus[0].getAccel();
}
Vector3f getAccelBad() const {
return mCoreStatus[0].getAccelBad();
}
eCoreDevType getDevType() const {
return mCoreStatus[0].getDevType();
@@ -223,6 +229,9 @@ public:
bool isFreestyle() const {
return mCoreStatus[0].isFreestyle();
}
u32 getHold() const {
return mCoreStatus[0].hold;
}
s32 getReadLength() const {
return mKPADReadLength;