summaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_console.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: hid: Finish linking motion from virtual controllersGravatar Narr the Reg2023-06-031-7/+25
* input_common: Split mouse input into individual devicesGravatar Narr the Reg2023-02-161-1/+2
* core: hid: emulated_console: Avoid a crash if frontend does not configure tou...Gravatar bunnei2022-12-301-0/+5
* emulated_console: Amend cast in SetTouch()Gravatar Lioncash2022-12-051-1/+1
* emulated_console: std::move() ParamPackages and callbacks where applicableGravatar Lioncash2022-12-051-4/+4
* common/input: Add helpers functions for creating input and output devicesGravatar Lioncash2022-11-281-2/+2
* core: hid: Implement true multitouch supportGravatar Narr the Reg2022-11-191-22/+72
* input_common: touch: Rewrite touch driver to support multiple touch pointsGravatar german772022-05-231-4/+11
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: hid: Replace lock_guard with scoped_lockGravatar Narr the Reg2022-04-071-7/+7
* core: hid: Reduce the amount of dataracesGravatar german772022-04-071-4/+13
* Correct assignment source for rotationsGravatar Valeri2022-01-171-1/+1
* Merge pull request #7481 from german77/gyro-biasGravatar bunnei2021-12-211-0/+3
|\
| * service/hid: Improve console motion accuracyGravatar Narr the Reg2021-12-121-0/+3
* | common/input: Avoid numerous large copies of CallbackStatusGravatar Lioncash2021-12-131-9/+12
|/
* input_common: Fully implement UDP controllersGravatar Narr the Reg2021-11-261-2/+4
* core/hid: Fully implement native mouseGravatar german772021-11-241-4/+7
* core/hid: Remove usage of native types, fix a couple of errors with motionGravatar german772021-11-241-1/+1
* service/hid: Remove includes of core.h and settings.hGravatar german772021-11-241-0/+1
* config: Cleanup and documentationGravatar german772021-11-241-1/+5
* second commit lion reviewGravatar german772021-11-241-2/+3
* settings: Fix Debug controller type optionsGravatar german772021-11-241-1/+2
* kraken: Address comments from reviewGravatar german772021-11-241-8/+9
* Morph review first waveGravatar german772021-11-241-2/+2
* kraken: Address comments from reviewGravatar german772021-11-241-2/+0
* service/hid: Fix gesture inputGravatar german772021-11-241-23/+34
* hid: Fix controller connection/disconnectionGravatar german772021-11-241-1/+0
* core/hid: Add emulated controllersGravatar german772021-11-241-0/+208