summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_console.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-30core: hid: emulated_console: Avoid a crash if frontend does not configure touch_from_button_maps.bunnei1-0/+5
2022-12-06emulated_console: Amend cast in SetTouch()Lioncash1-1/+1
2022-12-06emulated_console: std::move() ParamPackages and callbacks where applicableLioncash1-4/+4
2022-11-28common/input: Add helpers functions for creating input and output devicesLioncash1-2/+2
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
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
2021-12-14common/input: Avoid numerous large copies of CallbackStatusLioncash1-9/+12
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
2021-11-25Morph review first wavegerman771-2/+2
2021-11-25kraken: Address comments from reviewgerman771-2/+0
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