diff options
| author | a1xd <[email protected]> | 2021-01-21 22:35:37 -0500 |
|---|---|---|
| committer | a1xd <[email protected]> | 2021-01-21 22:35:37 -0500 |
| commit | 8dac6b3ff1d3fa434c4cd1db752ba34681cae8b4 (patch) | |
| tree | 6dee579d0928c5ef47247f60d526ce71306c9ba8 /grapher/Models/AccelGUI.cs | |
| parent | direction/distance calc - small opts (diff) | |
| download | rawaccel-8dac6b3ff1d3fa434c4cd1db752ba34681cae8b4.tar.xz rawaccel-8dac6b3ff1d3fa434c4cd1db752ba34681cae8b4.zip | |
add angle snapping
probably works like interaccel
Diffstat (limited to 'grapher/Models/AccelGUI.cs')
| -rw-r--r-- | grapher/Models/AccelGUI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grapher/Models/AccelGUI.cs b/grapher/Models/AccelGUI.cs index 5cd7012..4dd7caa 100644 --- a/grapher/Models/AccelGUI.cs +++ b/grapher/Models/AccelGUI.cs @@ -144,6 +144,7 @@ namespace grapher var settings = new DriverSettings { rotation = ApplyOptions.Rotation.Field.Data, + snap = driverSettings.snap, sensitivity = new Vec2<double> { x = ApplyOptions.Sensitivity.Fields.X, |