summaryrefslogtreecommitdiffstats
path: root/src/input_common/mouse (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SL SR vectors, change dual joycon view, add missing raw data from keyboard/mousegerman2021-02-061-0/+10
|
* general: Fix various spelling errorsMorph2021-01-021-1/+1
|
* Allow to invert analog axis with right clickgerman2020-12-271-5/+20
|
* mouse_poller: Remove unused includesLioncash2020-12-031-3/+1
|
* 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: Resolve a -Wdocumentation warningLioncash2020-12-031-1/+1
|
* mouse_input: Remove unused includesLioncash2020-12-032-7/+3
|
* Fix implicit conversion in mouse inputgerman2020-12-011-6/+8
|
* Implement full mouse supportgerman2020-11-264-0/+594