summaryrefslogtreecommitdiffstats
path: root/src/input_common/mouse/mouse_input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common/mouse_input: Fix data raceRodrigo Locatti2021-06-221-9/+7
| | | | Fix data race using std::jthread and std::stop_token.
* input_common: Release mouse buttons on out of focusgerman772021-05-031-0/+9
|
* common: Move settings to common from core.bunnei2021-04-151-1/+1
| | | | - Removes a dependency on core and input_common from common.
* Merge pull request #6040 from german77/toggleKeyboardbunnei2021-03-111-0/+36
|\ | | | | Enable toggle buttons for keyboard and mouse
| * Enable mouse toggle buttonsgerman772021-03-061-0/+36
| |
* | inputCommon: Mouse fixesgerman772021-02-281-3/+8
|/
* Improve mouse panninggerman2021-02-141-5/+21
|
* Add mouse panninggerman2021-02-081-1/+31
|
* mouse_input: Invert conditional in UpdateYuzuSettings()Lioncash2020-12-031-4/+6
| | | | Allows the struct to be constructed in place.
* mouse_input: Remove two casts and amend some formattingLioncash2020-12-031-11/+14
| | | | | Removes the use of two static casts and improves the readability of some vectors slightly.
* mouse_input: Remove unused includesLioncash2020-12-031-3/+0
|
* Fix implicit conversion in mouse inputgerman2020-12-011-6/+8
|
* Implement full mouse supportgerman2020-11-261-0/+125