summaryrefslogtreecommitdiffstats
path: root/src/input_common/motion_input.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: Remove obsolete filesgerman772021-11-251-74/+0
* motion_input: Mark constructor as explicitLioncash2020-11-151-1/+1
* motion_input: Mark member functions as [[nodiscard]] where applicableLioncash2020-11-151-10/+11
* input_common/CMakeLists: Make some warnings errorsLioncash2020-10-161-5/+5
* Merge pull request #4757 from german77/BetterMotionbunnei2020-10-101-0/+2
|\
| * Address commentsgerman2020-10-051-2/+2
| * Add compatibility with only accelerometer and auto calibrate for driftgerman2020-10-041-2/+4
* | Add random motion input to SDLgerman2020-09-261-0/+3
|/
* input_common/motion_input: Make use of Common::PI constantMorph2020-09-021-3/+3
* Fix orientation errors and improve drift correctiongerman2020-08-281-1/+1
* Address commentsgerman2020-08-281-17/+23
* Implement a basic class for motion devicesgerman2020-08-281-0/+62