summaryrefslogtreecommitdiffstats
path: root/src/input_common/mouse/mouse_poller.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-28general: Make most settings a BasicSettinglat9nq1-1/+2
Creates a new BasicSettings class in common/settings, and forces setting a default and label for each setting that uses it in common/settings. Moves defaults and labels from both frontends into common settings. Creates a helper function in each frontend to facillitate reading the settings now with the new default and label properties. Settings::Setting is also now a subclass of Settings::BasicSetting. Also adds documentation for both Setting and BasicSetting.
2021-06-24Add missing includes (#6521)Chloe1-0/+2
* Add missing includes * Add array
2021-04-15common: Move settings to common from core.bunnei1-1/+1
- Removes a dependency on core and input_common from common.
2021-03-06Enable mouse toggle buttonsgerman771-5/+15
2021-02-08Add mouse panninggerman1-1/+2
2021-02-06Add SL SR vectors, change dual joycon view, add missing raw data from keyboard/mousegerman1-0/+10
2020-12-27Allow to invert analog axis with right clickgerman1-5/+20
2020-12-03mouse_poller: Remove unused includesLioncash1-3/+1
2020-11-26Implement full mouse supportgerman1-0/+261