xpadneo
xpadneo copied to clipboard
Virtual Mouse: Use the gamepad as mouse
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
Code Climate has analyzed commit 11982ff5 and detected 0 issues on this pull request.
View more on Code Climate.