summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/mouse.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: Avoid potential division by zeroNarr the Reg2023-07-061-2/+3
* yuzu: Ensure mouse panning can't be enabled with real mouse emulationgerman772023-07-011-6/+11
* input_common: Tune mouse controlsNarr the Reg2023-06-291-37/+36
* input_common: Redesign mouse panningBaptiste Marie2023-06-121-50/+49
* input_common: minor fix to mouse movementValeri2023-04-141-1/+1
* general: fix spelling mistakesLiam2023-03-121-2/+2
* input_common: Increase mouse sensitivity rangegerman772023-03-081-9/+18
* input_common: Implement dedicated motion from mouseNarr the Reg2023-02-221-16/+78
* input_common: Split mouse input into individual devicesNarr the Reg2023-02-161-20/+47
* general: fix compile for Apple ClangLiam2022-11-231-1/+0
* common: remove "yuzu:" prefix from thread namesLiam2022-10-041-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-1/+1
* input/hid: Migrate to the new UUID implementationMorph2022-02-051-1/+1
* Merge pull request #7725 from german77/mouse_in_motionbunnei2022-01-191-1/+32
|\
| * input_common: Reintroduce motion from mouse and use button namesgerman772022-01-171-1/+32
* | input_common: fix copy-paste errorValeri2022-01-171-1/+1
|/
* input_engine: std::move engine name where applicableLioncash2021-12-131-1/+1
* input_common: Move button names to the frontendgerman772021-11-251-3/+6
* kraken: Address comments from reviewgerman772021-11-251-1/+1
* core/hid: Improve accuary of mouse implementationgerman772021-11-251-8/+13
* core/hid: Fully implement native mousegerman772021-11-251-6/+25
* second commit lion reviewgerman772021-11-251-0/+5
* settings: Fix mouse and keyboard mappingsgerman772021-11-251-1/+16
* input_common: Rewrite mousegerman772021-11-251-0/+138