aboutsummaryrefslogtreecommitdiff
path: root/src/input_common/mouse/mouse_input.cpp
AgeCommit message (Collapse)Author
2021-02-07Add mouse panninggerman
2020-12-03mouse_input: Invert conditional in UpdateYuzuSettings()Lioncash
Allows the struct to be constructed in place.
2020-12-03mouse_input: Remove two casts and amend some formattingLioncash
Removes the use of two static casts and improves the readability of some vectors slightly.
2020-12-03mouse_input: Remove unused includesLioncash
2020-11-30Fix implicit conversion in mouse inputgerman
2020-11-25Implement full mouse supportgerman