summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_devices.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: hid: Reduce the amount of dataracesgerman772022-04-071-0/+1
|
* common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-141-6/+5
| | | | | | | | | CallbackStatus instances aren't the cheapest things to copy around (relative to everything else), given that they're currently 520 bytes in size and are currently copied numerous times when callbacks are invoked. Instead, we can pass the status by const reference to avoid all the copying.
* core: hid: Mark constructors as explicitMorph2021-11-291-1/+1
|
* core: hid: Cleanup and amend documentationMorph2021-11-291-18/+20
|
* core/hid: Improve accuary of mouse implementationgerman772021-11-251-2/+2
|
* core/hid: Fully implement native mousegerman772021-11-251-21/+35
|
* service/hid: Remove includes of core.h and settings.hgerman772021-11-251-2/+1
|
* kraken: Address comments from reviewgerman772021-11-251-12/+16
| | | | start lion review
* settings: Fix mouse and keyboard mappingsgerman772021-11-251-0/+3
|
* core/hid: Documment some filesgerman772021-11-251-16/+68
|
* core/hid: Add emulated controllersgerman772021-11-251-0/+137