summaryrefslogtreecommitdiff
path: root/src/input_common/mouse/mouse_poller.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-24input_common: Rewrite mouseGravatar german771-299/+0
2021-08-07input_common: Improve SDL joystick and hide toggle optionGravatar german771-0/+1
2021-07-16input_common: Fix mouse panning behaivourGravatar german771-1/+1
2021-07-08configure_input: Use u8 for mouse sensitivityGravatar ameerj1-1/+1
2021-07-08general: Code formatting improvementsGravatar lat9nq1-2/+2
Slight improvements to readability. Dropped suggestions for string_view (settings.h:101), pass by value (settings.h:82), reverting double to a float (config.cpp:316), and other smaller ones, some out of scope. Addresses review feedback. Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com>
2021-06-28general: Make most settings a BasicSettingGravatar lat9nq1-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)Gravatar Chloe1-0/+2
* Add missing includes * Add array
2021-04-14common: Move settings to common from core.Gravatar bunnei1-1/+1
- Removes a dependency on core and input_common from common.
2021-03-06Enable mouse toggle buttonsGravatar german771-5/+15
2021-02-07Add mouse panningGravatar german1-1/+2
2021-02-06Add SL SR vectors, change dual joycon view, add missing raw data from ↵Gravatar german1-0/+10
keyboard/mouse
2020-12-26Allow to invert analog axis with right clickGravatar german1-5/+20
2020-12-03mouse_poller: Remove unused includesGravatar Lioncash1-3/+1
2020-11-25Implement full mouse supportGravatar german1-0/+261