summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/mouse.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-1/+1
| | | | This completes the removal of the old UUID implementation.
* 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 names
| * input_common: Reintroduce motion from mouse and use button namesgerman772022-01-171-1/+32
| |
* | input_common: fix copy-paste errorValeri2022-01-171-1/+1
|/ | | Found by static analysis with PVS-Studio.
* input_engine: std::move engine name where applicableLioncash2021-12-131-1/+1
| | | | | We can allow the name to be moved into, allowing allocations to be avoided.
* input_common: Move button names to the frontendgerman772021-11-251-3/+6
|
* kraken: Address comments from reviewgerman772021-11-251-1/+1
| | | | Fix compiler bug
* 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