summaryrefslogtreecommitdiffstats
path: root/src/input_common/mouse/mouse_input.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-22input_common/mouse_input: Fix data raceRodrigo Locatti1-9/+7
Fix data race using std::jthread and std::stop_token.
2021-05-03input_common: Release mouse buttons on out of focusgerman771-0/+9
2021-04-15common: Move settings to common from core.bunnei1-1/+1
- Removes a dependency on core and input_common from common.
2021-03-06Enable mouse toggle buttonsgerman771-0/+36
2021-02-28inputCommon: Mouse fixesgerman771-3/+8
2021-02-14Improve mouse panninggerman1-5/+21
2021-02-08Add mouse panninggerman1-1/+31
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: Remove unused includesLioncash1-3/+0
2020-12-01Fix implicit conversion in mouse inputgerman1-6/+8
2020-11-26Implement full mouse supportgerman1-0/+125