yuzu: Add motion preview to controller input
This commit is contained in:
parent
2506594c50
commit
46e835f2d6
7 changed files with 151 additions and 4 deletions
|
@ -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{};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue