summaryrefslogtreecommitdiff
path: root/grapher/AccelerationSettings.cs
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-07-31 10:46:23 -0700
committerJacob Palecki <[email protected]>2020-07-31 10:46:23 -0700
commit498e5c1a2fabed3ba5f1c00768d7050c5738e76e (patch)
treeb1a2aedce76abedf7585689cbf636f8e92d0583d /grapher/AccelerationSettings.cs
parentUse options instead of fields (diff)
downloadrawaccel-498e5c1a2fabed3ba5f1c00768d7050c5738e76e.tar.xz
rawaccel-498e5c1a2fabed3ba5f1c00768d7050c5738e76e.zip
Small refactoring, use new struct to store magnitudes
Diffstat (limited to 'grapher/AccelerationSettings.cs')
-rw-r--r--grapher/AccelerationSettings.cs13
1 files changed, 13 insertions, 0 deletions
diff --git a/grapher/AccelerationSettings.cs b/grapher/AccelerationSettings.cs
new file mode 100644
index 0000000..83d48db
--- /dev/null
+++ b/grapher/AccelerationSettings.cs
@@ -0,0 +1,13 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace grapher
+{
+ public class AccelerationSettings
+ {
+ public sensitivity
+ }
+}