summaryrefslogtreecommitdiff
path: root/src/input_common/drivers/mouse.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-22general: fix compile for Apple ClangGravatar Liam1-1/+0
2022-10-03common: remove "yuzu:" prefix from thread namesGravatar Liam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph1-1/+1
2022-02-05input/hid: Migrate to the new UUID implementationGravatar Morph1-1/+1
2022-01-17input_common: fix copy-paste errorGravatar Valeri1-1/+1
2022-01-16input_common: Reintroduce motion from mouse and use button namesGravatar german771-1/+32
2021-12-13input_engine: std::move engine name where applicableGravatar Lioncash1-1/+1
2021-11-24input_common: Move button names to the frontendGravatar german771-3/+6
2021-11-24kraken: Address comments from reviewGravatar german771-1/+1
2021-11-24core/hid: Improve accuary of mouse implementationGravatar german771-8/+13
2021-11-24core/hid: Fully implement native mouseGravatar german771-6/+25
2021-11-24second commit lion reviewGravatar german771-0/+5
2021-11-24settings: Fix mouse and keyboard mappingsGravatar german771-1/+16
2021-11-24input_common: Rewrite mouseGravatar german771-0/+138