ch ch ch ch changes! big ol overhaul:

- Hidpi support
- Display & edit both sticks individually
- Clearer distinction between raw & filtered position
- Param editing & preview for digital
- Digital has an angle parameter
- Touched up CMakeLists.txt
- gitignore
This commit is contained in:
2022-10-06 18:53:51 +11:00
parent 837fb145e1
commit ff040ce322
5 changed files with 372 additions and 160 deletions

View File

@ -1,5 +1,8 @@
#include "vector.h"
#include "maths.h"
static inline vector VecAdd(vector l, vector r);
static inline vector VecScale(vector v, vec_t x);
static inline double pfmod(double x, double d);
double AccelCurve(double x, double y);