summaryrefslogtreecommitdiffstats
path: root/src/input_common/mouse (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-01-02general: Fix various spelling errorsMorph1-1/+1
2020-12-27Allow to invert analog axis with right clickgerman1-5/+20
2020-12-03mouse_poller: Remove unused includesLioncash1-3/+1
2020-12-03mouse_input: Invert conditional in UpdateYuzuSettings()Lioncash1-4/+6
Allows the struct to be constructed in place.
2020-12-03mouse_input: Remove two casts and amend some formattingLioncash1-11/+14
Removes the use of two static casts and improves the readability of some vectors slightly.
2020-12-03mouse_input: Resolve a -Wdocumentation warningLioncash1-1/+1
2020-12-03mouse_input: Remove unused includesLioncash2-7/+3
2020-12-01Fix implicit conversion in mouse inputgerman1-6/+8
2020-11-26Implement full mouse supportgerman4-0/+594