| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-11-24 | input_common: Rewrite mouse | 1 | -223/+0 | ||
| 2021-06-22 | input_common/mouse_input: Fix data race | 1 | -9/+7 | ||
| Fix data race using std::jthread and std::stop_token. | |||||
| 2021-05-02 | input_common: Release mouse buttons on out of focus | 1 | -0/+9 | ||
| 2021-04-14 | common: Move settings to common from core. | 1 | -1/+1 | ||
| - Removes a dependency on core and input_common from common. | |||||
| 2021-03-06 | Enable mouse toggle buttons | 1 | -0/+36 | ||
| 2021-02-27 | inputCommon: Mouse fixes | 1 | -3/+8 | ||
| 2021-02-13 | Improve mouse panning | 1 | -5/+21 | ||
| 2021-02-07 | Add mouse panning | 1 | -1/+31 | ||
| 2020-12-03 | mouse_input: Invert conditional in UpdateYuzuSettings() | 1 | -4/+6 | ||
| Allows the struct to be constructed in place. | |||||
| 2020-12-03 | mouse_input: Remove two casts and amend some formatting | 1 | -11/+14 | ||
| Removes the use of two static casts and improves the readability of some vectors slightly. | |||||
| 2020-12-03 | mouse_input: Remove unused includes | 1 | -3/+0 | ||
| 2020-11-30 | Fix implicit conversion in mouse input | 1 | -6/+8 | ||
| 2020-11-25 | Implement full mouse support | 1 | -0/+125 | ||