Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing includes (#6521) | Chloe | 2021-06-24 | 1 | -0/+2 |
| | | | | | * Add missing includes * Add array | ||||
* | input_common/mouse_input: Fix data race | Rodrigo Locatti | 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 | german77 | 2021-05-03 | 2 | -1/+16 |
| | |||||
* | common: Move settings to common from core. | bunnei | 2021-04-15 | 2 | -2/+2 |
| | | | | - Removes a dependency on core and input_common from common. | ||||
* | Merge pull request #6040 from german77/toggleKeyboard | bunnei | 2021-03-11 | 3 | -5/+56 |
|\ | | | | | Enable toggle buttons for keyboard and mouse | ||||
| * | Enable mouse toggle buttons | german77 | 2021-03-06 | 3 | -5/+56 |
| | | |||||
* | | inputCommon: Mouse fixes | german77 | 2021-02-28 | 2 | -8/+15 |
|/ | |||||
* | Improve mouse panning | german | 2021-02-14 | 1 | -5/+21 |
| | |||||
* | Merge pull request #5869 from german77/mousePanning | bunnei | 2021-02-11 | 3 | -3/+39 |
|\ | | | | | input_common: Add mouse panning | ||||
| * | Add mouse panning | german | 2021-02-08 | 3 | -3/+39 |
| | | |||||
* | | Add SL SR vectors, change dual joycon view, add missing raw data from keyboard/mouse | german | 2021-02-06 | 1 | -0/+10 |
|/ | |||||
* | general: Fix various spelling errors | Morph | 2021-01-02 | 1 | -1/+1 |
| | |||||
* | Allow to invert analog axis with right click | german | 2020-12-27 | 1 | -5/+20 |
| | |||||
* | mouse_poller: Remove unused includes | Lioncash | 2020-12-03 | 1 | -3/+1 |
| | |||||
* | mouse_input: Invert conditional in UpdateYuzuSettings() | Lioncash | 2020-12-03 | 1 | -4/+6 |
| | | | | Allows the struct to be constructed in place. | ||||
* | mouse_input: Remove two casts and amend some formatting | Lioncash | 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 | Lioncash | 2020-12-03 | 1 | -1/+1 |
| | |||||
* | mouse_input: Remove unused includes | Lioncash | 2020-12-03 | 2 | -7/+3 |
| | |||||
* | Fix implicit conversion in mouse input | german | 2020-12-01 | 1 | -6/+8 |
| | |||||
* | Implement full mouse support | german | 2020-11-26 | 4 | -0/+594 |