-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: pointer movement/scrolling #2027
base: main
Are you sure you want to change the base?
Feature: pointer movement/scrolling #2027
Commits on Aug 3, 2024
-
feat(mouse): Add mouse move and scroll support [WIP]
Co-authored-by: Alexander Krikun <[email protected]> Co-authored-by: Robert U <[email protected]> Co-authored-by: Shawn Meier <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 94c17d6 - Browse repository at this point
Copy the full SHA 94c17d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04022d2 - Browse repository at this point
Copy the full SHA 04022d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c26b481 - Browse repository at this point
Copy the full SHA c26b481View commit details -
Configuration menu - View commit details
-
Copy full SHA for e38fd78 - Browse repository at this point
Copy the full SHA e38fd78View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b2f6163 - Browse repository at this point
Copy the full SHA b2f6163View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4e53004 - Browse repository at this point
Copy the full SHA 4e53004View commit details -
fix(mouse): Fixes for logging.
* Corrected logging for two-axis input timestamps.
Configuration menu - View commit details
-
Copy full SHA for 77acca1 - Browse repository at this point
Copy the full SHA 77acca1View commit details -
refactor: Proper per-device input listeners.
* Buffer data from input devices and only surface to HID once synd'd.
Configuration menu - View commit details
-
Copy full SHA for 5513584 - Browse repository at this point
Copy the full SHA 5513584View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8fa8aa - Browse repository at this point
Copy the full SHA f8fa8aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dad5926 - Browse repository at this point
Copy the full SHA dad5926View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0c3536c - Browse repository at this point
Copy the full SHA 0c3536cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37ba9eb - Browse repository at this point
Copy the full SHA 37ba9ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d45cb3c - Browse repository at this point
Copy the full SHA d45cb3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc75de5 - Browse repository at this point
Copy the full SHA bc75de5View commit details