Skip to content

Commit

Permalink
fixup! feat(mouse): Add mouse move and scroll support
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Dec 9, 2024
1 parent 617e6a8 commit fa6fadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dts/behaviors/mouse_scroll.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
x-input-code = <INPUT_REL_HWHEEL>;
y-input-code = <INPUT_REL_WHEEL>;
time-to-max-speed-ms = <300>;
acceleration-exponent = <1>;
acceleration-exponent = <0>;
};
};

Expand Down

0 comments on commit fa6fadb

Please sign in to comment.