summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_console.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-28common/input: Add helpers functions for creating input and output devicesLioncash1-2/+2
Avoids the redundancy of needing to explictly specify the common namespace and the type.
2022-11-19core: hid: Implement true multitouch supportNarr the Reg1-22/+72
2022-05-23input_common: touch: Rewrite touch driver to support multiple touch pointsgerman771-4/+11
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2022-04-07core: hid: Replace lock_guard with scoped_lockNarr the Reg1-7/+7
2022-04-07core: hid: Reduce the amount of dataracesgerman771-4/+13
2022-01-17Correct assignment source for rotationsValeri1-1/+1
Found by static analysis with PVS-Studio
2021-12-14common/input: Avoid numerous large copies of CallbackStatusLioncash1-9/+12
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.
2021-12-13service/hid: Improve console motion accuracyNarr the Reg1-0/+3
2021-11-26input_common: Fully implement UDP controllersNarr the Reg1-2/+4
2021-11-25core/hid: Fully implement native mousegerman771-4/+7
2021-11-25core/hid: Remove usage of native types, fix a couple of errors with motiongerman771-1/+1
2021-11-25service/hid: Remove includes of core.h and settings.hgerman771-0/+1
2021-11-25config: Cleanup and documentationgerman771-1/+5
2021-11-25second commit lion reviewgerman771-2/+3
2021-11-25settings: Fix Debug controller type optionsgerman771-1/+2
2021-11-25kraken: Address comments from reviewgerman771-8/+9
start lion review
2021-11-25Morph review first wavegerman771-2/+2
2021-11-25kraken: Address comments from reviewgerman771-2/+0
review fixes
2021-11-25service/hid: Fix gesture inputgerman771-23/+34
2021-11-25hid: Fix controller connection/disconnectiongerman771-1/+0
2021-11-25core/hid: Add emulated controllersgerman771-0/+208