forked from eden-emu/eden
yuzu: Add motion preview to controller input
This commit is contained in:
parent
c9a31835b6
commit
94c16132ba
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