diff options
| author | 2020-10-04 18:15:53 -0500 | |
|---|---|---|
| committer | 2020-10-04 18:15:53 -0500 | |
| commit | a54aee290ff8f94d1fefc70121512dbc46f6c190 (patch) | |
| tree | 0665dffce32f00c2267f5f55a5353c9da648192f /src/input_common/motion_input.h | |
| parent | Add compatibility with only accelerometer and auto calibrate for drift (diff) | |
| download | yuzu-a54aee290ff8f94d1fefc70121512dbc46f6c190.tar.gz yuzu-a54aee290ff8f94d1fefc70121512dbc46f6c190.tar.xz yuzu-a54aee290ff8f94d1fefc70121512dbc46f6c190.zip | |
Address comments
Diffstat (limited to 'src/input_common/motion_input.h')
| -rw-r--r-- | src/input_common/motion_input.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input_common/motion_input.h b/src/input_common/motion_input.h index f6c1fece7..c90ee64e5 100644 --- a/src/input_common/motion_input.h +++ b/src/input_common/motion_input.h | |||
| @@ -29,8 +29,8 @@ public: | |||
| 29 | void EnableReset(bool reset); | 29 | void EnableReset(bool reset); |
| 30 | void ResetRotations(); | 30 | void ResetRotations(); |
| 31 | 31 | ||
| 32 | void UpdateRotation(const u64 elapsed_time); | 32 | void UpdateRotation(u64 elapsed_time); |
| 33 | void UpdateOrientation(const u64 elapsed_time); | 33 | void UpdateOrientation(u64 elapsed_time); |
| 34 | 34 | ||
| 35 | std::array<Common::Vec3f, 3> GetOrientation() const; | 35 | std::array<Common::Vec3f, 3> GetOrientation() const; |
| 36 | Common::Vec3f GetAcceleration() const; | 36 | Common::Vec3f GetAcceleration() const; |