summaryrefslogtreecommitdiff
path: root/src/input_common/mouse/mouse_input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add mouse panningGravatar german2021-02-071-1/+31
|
* mouse_input: Invert conditional in UpdateYuzuSettings()Gravatar Lioncash2020-12-031-4/+6
| | | | Allows the struct to be constructed in place.
* mouse_input: Remove two casts and amend some formattingGravatar Lioncash2020-12-031-11/+14
| | | | | Removes the use of two static casts and improves the readability of some vectors slightly.
* mouse_input: Remove unused includesGravatar Lioncash2020-12-031-3/+0
|
* Fix implicit conversion in mouse inputGravatar german2020-11-301-6/+8
|
* Implement full mouse supportGravatar german2020-11-251-0/+125