aboutsummaryrefslogtreecommitdiff
path: root/src/input_common/mouse
AgeCommit message (Collapse)Author
2021-11-24input_common: Rewrite mousegerman77
2021-08-07input_common: Improve SDL joystick and hide toggle optiongerman77
2021-07-16input_common: Fix mouse panning behaivourgerman77
2021-07-08configure_input: Use u8 for mouse sensitivityameerj
2021-07-08general: Code formatting improvementslat9nq
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 BasicSettinglat9nq
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)Chloe
* Add missing includes * Add array
2021-06-22input_common/mouse_input: Fix data raceRodrigo Locatti
Fix data race using std::jthread and std::stop_token.
2021-05-02input_common: Release mouse buttons on out of focusgerman77
2021-04-14common: Move settings to common from core.bunnei
- Removes a dependency on core and input_common from common.
2021-03-11Merge pull request #6040 from german77/toggleKeyboardbunnei
Enable toggle buttons for keyboard and mouse
2021-03-06Enable mouse toggle buttonsgerman77
2021-02-27inputCommon: Mouse fixesgerman77
2021-02-13Improve mouse panninggerman
2021-02-11Merge pull request #5869 from german77/mousePanningbunnei
input_common: Add mouse panning
2021-02-07Add mouse panninggerman
2021-02-06Add SL SR vectors, change dual joycon view, add missing raw data from ↵german
keyboard/mouse
2021-01-02general: Fix various spelling errorsMorph
2020-12-26Allow to invert analog axis with right clickgerman
2020-12-03mouse_poller: Remove unused includesLioncash
2020-12-03mouse_input: Invert conditional in UpdateYuzuSettings()Lioncash
Allows the struct to be constructed in place.
2020-12-03mouse_input: Remove two casts and amend some formattingLioncash
Removes the use of two static casts and improves the readability of some vectors slightly.
2020-12-03mouse_input: Resolve a -Wdocumentation warningLioncash
2020-12-03mouse_input: Remove unused includesLioncash
2020-11-30Fix implicit conversion in mouse inputgerman
2020-11-25Implement full mouse supportgerman