summaryrefslogtreecommitdiff
path: root/src/input_common/drivers/mouse.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* input_common: Avoid potential division by zeroGravatar Narr the Reg2023-07-051-2/+3
* yuzu: Ensure mouse panning can't be enabled with real mouse emulationGravatar german772023-06-301-6/+11
* input_common: Tune mouse controlsGravatar Narr the Reg2023-06-281-37/+36
* input_common: Redesign mouse panningGravatar Baptiste Marie2023-06-121-50/+49
* input_common: minor fix to mouse movementGravatar Valeri2023-04-141-1/+1
* general: fix spelling mistakesGravatar Liam2023-03-121-2/+2
* input_common: Increase mouse sensitivity rangeGravatar german772023-03-071-9/+18
* input_common: Implement dedicated motion from mouseGravatar Narr the Reg2023-02-211-16/+78
* input_common: Split mouse input into individual devicesGravatar Narr the Reg2023-02-161-20/+47
* general: fix compile for Apple ClangGravatar Liam2022-11-221-1/+0
* common: remove "yuzu:" prefix from thread namesGravatar Liam2022-10-031-1/+1
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-051-1/+1
* input/hid: Migrate to the new UUID implementationGravatar Morph2022-02-051-1/+1
* Merge pull request #7725 from german77/mouse_in_motionGravatar bunnei2022-01-181-1/+32
|\
| * input_common: Reintroduce motion from mouse and use button namesGravatar german772022-01-161-1/+32
* | input_common: fix copy-paste errorGravatar Valeri2022-01-171-1/+1
|/
* input_engine: std::move engine name where applicableGravatar Lioncash2021-12-131-1/+1
* input_common: Move button names to the frontendGravatar german772021-11-241-3/+6
* kraken: Address comments from reviewGravatar german772021-11-241-1/+1
* core/hid: Improve accuary of mouse implementationGravatar german772021-11-241-8/+13
* core/hid: Fully implement native mouseGravatar german772021-11-241-6/+25
* second commit lion reviewGravatar german772021-11-241-0/+5
* settings: Fix mouse and keyboard mappingsGravatar german772021-11-241-1/+16
* input_common: Rewrite mouseGravatar german772021-11-241-0/+138