| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | input_common: Rewrite mouse | 2021-11-24 | 1 | -223/+0 | |
| | | |||||
| * | input_common/mouse_input: Fix data race | 2021-06-22 | 1 | -9/+7 | |
| | | | | | Fix data race using std::jthread and std::stop_token. | ||||
| * | input_common: Release mouse buttons on out of focus | 2021-05-02 | 1 | -0/+9 | |
| | | |||||
| * | common: Move settings to common from core. | 2021-04-14 | 1 | -1/+1 | |
| | | | | | - Removes a dependency on core and input_common from common. | ||||
| * | Merge pull request #6040 from german77/toggleKeyboard | 2021-03-11 | 1 | -0/+36 | |
| |\ | | | | | Enable toggle buttons for keyboard and mouse | ||||
| | * | Enable mouse toggle buttons | 2021-03-06 | 1 | -0/+36 | |
| | | | |||||
| * | | inputCommon: Mouse fixes | 2021-02-27 | 1 | -3/+8 | |
| |/ | |||||
| * | Improve mouse panning | 2021-02-13 | 1 | -5/+21 | |
| | | |||||
| * | Add mouse panning | 2021-02-07 | 1 | -1/+31 | |
| | | |||||
| * | 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: Remove unused includes | 2020-12-03 | 1 | -3/+0 | |
| | | |||||
| * | Fix implicit conversion in mouse input | 2020-11-30 | 1 | -6/+8 | |
| | | |||||
| * | Implement full mouse support | 2020-11-25 | 1 | -0/+125 | |