summaryrefslogtreecommitdiff
path: root/wrapper/wrapper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper/wrapper.cpp')
-rw-r--r--wrapper/wrapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/wrapper/wrapper.cpp b/wrapper/wrapper.cpp
index 9930454..ce4d298 100644
--- a/wrapper/wrapper.cpp
+++ b/wrapper/wrapper.cpp
@@ -64,7 +64,8 @@ public value struct AccelArgs
[MarshalAs(UnmanagedType::U1)]
bool gain;
- double offset;
+ double inputOffset;
+ double outputOffset;
double acceleration;
double decayRate;
double growthRate;
@@ -75,7 +76,6 @@ public value struct AccelArgs
double limit;
double midpoint;
double smooth;
- bool powerStartFromOne;
[JsonProperty("Cap / Jump")]
Vec2<double> cap;