xpadneo icon indicating copy to clipboard operation
xpadneo copied to clipboard

Virtual Mouse: Use the gamepad as mouse

Open atar-axis opened this issue 6 years ago • 1 comments

As described in #99

TODO

  • [x] deactivate gp events in mouse mode
  • [ ] implement deadband (for gp and mouse mode) since otherwise the mouse will sometimes move even if the stick is not used
  • [x] only use vmouse module when a given parameter is set, so users do not need the vmouse module in general
    • [x] udev rule for vmouse
    • [x] symbol_get to check if vmouse is active
  • [x] Use the right stick (or shoulder triggers) for Scrolling

OPTIONAL

  • [ ] instead of using symbol_get let the vmouse module register itself @ xpadneo
    • [ ] register
    • [ ] unregister
    • [ ] suspend
    • [ ] automatically load vmouse (using udev rule or modalias)
  • [ ] instead of udev for vmouse, use an modalias in the module

atar-axis avatar May 16 '19 08:05 atar-axis

Code Climate has analyzed commit 11982ff5 and detected 0 issues on this pull request.

View more on Code Climate.

qlty-cloud-legacy[bot] avatar May 16 '19 08:05 qlty-cloud-legacy[bot]