Commit graph

5 commits

Author SHA1 Message Date
Peter Johanson
4ea55c3d3c refactor(mouse): Tweak behavior inclusion, listener code
* Always import mouse keys behavior and their associated listeners.
* Tweak listener code to only add listener nodes when
  listener and the associated input device are enabled.
2024-04-10 02:15:17 +00:00
Peter Johanson
f446ab4663 fix: Testing fixes for listener refactor. 2024-04-06 21:32:07 -07:00
Peter Johanson
36c78275c5 refactor: Proper per-device input listeners.
* Buffer data from input devices and only surface to HID once synd'd.
2024-04-06 21:31:45 -07:00
Peter Johanson
0ba8a29b69 refactor: Use input system for pointer events. 2024-04-06 21:31:22 -07:00
Cem Aksoylar
2eba88d2c4 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-04-06 21:30:53 -07:00