summaryrefslogtreecommitdiff
path: root/src/input_common/mouse/mouse_input.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_common: Rewrite mouseGravatar german772021-11-241-223/+0
|
* input_common/mouse_input: Fix data raceGravatar Rodrigo Locatti2021-06-221-9/+7
| | | | Fix data race using std::jthread and std::stop_token.
* input_common: Release mouse buttons on out of focusGravatar german772021-05-021-0/+9
|
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
| | | | - Removes a dependency on core and input_common from common.
* Merge pull request #6040 from german77/toggleKeyboardGravatar bunnei2021-03-111-0/+36
|\ | | | | Enable toggle buttons for keyboard and mouse
| * Enable mouse toggle buttonsGravatar german772021-03-061-0/+36
| |
* | inputCommon: Mouse fixesGravatar german772021-02-271-3/+8
|/
* Improve mouse panningGravatar german2021-02-131-5/+21
|
* 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