| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | input_common: Rewrite mouse | 2021-11-24 | 4 | -747/+0 | |
| | | |||||
| * | input_common: Improve SDL joystick and hide toggle option | 2021-08-07 | 1 | -0/+1 | |
| | | |||||
| * | input_common: Fix mouse panning behaivour | 2021-07-16 | 1 | -1/+1 | |
| | | |||||
| * | configure_input: Use u8 for mouse sensitivity | 2021-07-08 | 1 | -1/+1 | |
| | | |||||
| * | general: Code formatting improvements | 2021-07-08 | 1 | -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> | ||||
| * | general: Make most settings a BasicSetting | 2021-06-28 | 1 | -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. | ||||
| * | Add missing includes (#6521) | 2021-06-24 | 1 | -0/+2 | |
| | | | | | | * Add missing includes * Add array | ||||
| * | input_common/mouse_input: Fix data race | 2021-06-22 | 2 | -12/+10 | |
| | | | | | Fix data race using std::jthread and std::stop_token. | ||||
| * | input_common: Release mouse buttons on out of focus | 2021-05-02 | 2 | -1/+16 | |
| | | |||||
| * | common: Move settings to common from core. | 2021-04-14 | 2 | -2/+2 | |
| | | | | | - Removes a dependency on core and input_common from common. | ||||
| * | Merge pull request #6040 from german77/toggleKeyboard | 2021-03-11 | 3 | -5/+56 | |
| |\ | | | | | Enable toggle buttons for keyboard and mouse | ||||
| | * | Enable mouse toggle buttons | 2021-03-06 | 3 | -5/+56 | |
| | | | |||||
| * | | inputCommon: Mouse fixes | 2021-02-27 | 2 | -8/+15 | |
| |/ | |||||
| * | Improve mouse panning | 2021-02-13 | 1 | -5/+21 | |
| | | |||||
| * | Merge pull request #5869 from german77/mousePanning | 2021-02-11 | 3 | -3/+39 | |
| |\ | | | | | input_common: Add mouse panning | ||||
| | * | Add mouse panning | 2021-02-07 | 3 | -3/+39 | |
| | | | |||||
| * | | Add SL SR vectors, change dual joycon view, add missing raw data from ↵ | 2021-02-06 | 1 | -0/+10 | |
| |/ | | | | keyboard/mouse | ||||
| * | general: Fix various spelling errors | 2021-01-02 | 1 | -1/+1 | |
| | | |||||
| * | Allow to invert analog axis with right click | 2020-12-26 | 1 | -5/+20 | |
| | | |||||
| * | mouse_poller: Remove unused includes | 2020-12-03 | 1 | -3/+1 | |
| | | |||||
| * | mouse_input: Invert conditional in UpdateYuzuSettings() | 2020-12-03 | 1 | -4/+6 | |
| | | | | | Allows the struct to be constructed in place. | ||||
| * | mouse_input: Remove two casts and amend some formatting | 2020-12-03 | 1 | -11/+14 | |
| | | | | | | Removes the use of two static casts and improves the readability of some vectors slightly. | ||||
| * | mouse_input: Resolve a -Wdocumentation warning | 2020-12-03 | 1 | -1/+1 | |
| | | |||||
| * | mouse_input: Remove unused includes | 2020-12-03 | 2 | -7/+3 | |
| | | |||||
| * | Fix implicit conversion in mouse input | 2020-11-30 | 1 | -6/+8 | |
| | | |||||
| * | Implement full mouse support | 2020-11-25 | 4 | -0/+594 | |