diff options
| author | JacobPalecki <[email protected]> | 2021-01-21 20:46:50 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-21 20:46:50 -0800 |
| commit | aaac0e43f690191488cc4d1d40971e56350aee55 (patch) | |
| tree | cbfa5d075e32ea004460ec223c1d5f3d089b3dbc /driver | |
| parent | Merge pull request #65 from JacobPalecki/Directional (diff) | |
| parent | change toggle text, "enabled" -> "disable" (diff) | |
| download | rawaccel-1.4.0.tar.xz rawaccel-1.4.0.zip | |
Merge pull request #66 from a1xd/1.4-tweaksv1.4.0
add angle snapping, update signed/
Diffstat (limited to 'driver')
| -rw-r--r-- | driver/driver.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/driver.cpp b/driver/driver.cpp index a92f773..0c21f34 100644 --- a/driver/driver.cpp +++ b/driver/driver.cpp @@ -74,6 +74,7 @@ Arguments: }; global.modifier.apply_rotation(input); + global.modifier.apply_angle_snap(input); if (enable_accel) { auto time_supplier = [=] { |