Better gyro aiming
Current gyro aiming implementation is very limited. The main feature missing is being able to enable/disable gyro aiming with a button press (needs more options, like toggle or hold). There are many other improvements though, some examples in order of (subjective) importance:
- Make use of accelerometer values to mitigate gyroscope drifting
- Flick stick http://gyrowiki.jibbsmart.com/blog:good-gyro-controls-part-2:the-flick-stick
- Optional acceleration
- Optional tightening threshold (to replace current flat threshold)
- Aim assist? heavily dependent on the game content, should probably come as a separate script, if it is at all possible to implement well for Morrowind
Good guide on how to best implement gyro aiming: http://gyrowiki.jibbsmart.com/blog:good-gyro-controls-part-1:the-gyro-is-a-mouse
Prerequisite issue: #6570