Commit graph

6 commits

Author SHA1 Message Date
Peter Johanson
4e53004502 refactor(mouse): Remove mouse work queue, Kconfig
* Remove now-unused mouse work queue and related mouse main file.
* Move ticks config into a DTS property on the two axis input behavior.
2024-08-03 21:11:03 +00:00
Peter Johanson
b2f6163188 feat(mouse): Add input configs for data mods.
* Add ability to swap X/Y, invert X and Y values, and apply a
  scalar multiplier/divisor.
2024-08-03 21:10:32 +00:00
Peter Johanson
e38fd78878 refactor: Use input system for pointer events. 2024-08-03 21:10:32 +00:00
Cem Aksoylar
c26b4817b1 fix(mouse): Bump up default mouse tick duration to prevent crashes 2024-08-03 21:07:52 +00:00
Cem Aksoylar
04022d2485 feat(mouse): Split move/scroll & x/y acceleration 2024-08-03 21:07:52 +00:00
Cem Aksoylar
94c17d6f88 feat(mouse): Add mouse move and scroll support [WIP]
Co-authored-by: Alexander Krikun <krikun98@gmail.com>
Co-authored-by: Robert U <urob@users.noreply.github.com>
Co-authored-by: Shawn Meier <ftc@users.noreply.github.com>
2024-08-03 21:07:52 +00:00