summaryrefslogtreecommitdiffstats
path: root/src/input_common/motion_input.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-15motion_input: Mark constructor as explicitLioncash1-1/+1
2020-11-15motion_input: Mark member functions as [[nodiscard]] where applicableLioncash1-10/+11
2020-10-16input_common/CMakeLists: Make some warnings errorsLioncash1-5/+5
2020-10-05Address commentsgerman1-2/+2
2020-10-04Add compatibility with only accelerometer and auto calibrate for driftgerman1-2/+4
2020-09-26Add random motion input to SDLgerman1-0/+3
2020-09-02input_common/motion_input: Make use of Common::PI constantMorph1-3/+3
2020-08-28Fix orientation errors and improve drift correctiongerman1-1/+1
2020-08-28Address commentsgerman1-17/+23
2020-08-28Implement a basic class for motion devicesgerman1-0/+62