mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-02 05:22:25 -07:00
yuzu: Add motion preview to controller input
This commit is contained in:
@@ -106,6 +106,7 @@ struct ControllerMotion {
|
||||
Common::Vec3f accel{};
|
||||
Common::Vec3f gyro{};
|
||||
Common::Vec3f rotation{};
|
||||
Common::Vec3f euler{};
|
||||
std::array<Common::Vec3f, 3> orientation{};
|
||||
bool is_at_rest{};
|
||||
};
|
||||
|
Reference in New Issue
Block a user