summaryrefslogtreecommitdiffstats
path: root/src/core/hid/emulated_console.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: hid: emulated_console: Avoid a crash if frontend does not configure touch_from_button_maps.bunnei2022-12-301-0/+5
|
* emulated_console: Amend cast in SetTouch()Lioncash2022-12-061-1/+1
| | | | id is an int value, not a u32.
* emulated_console: std::move() ParamPackages and callbacks where applicableLioncash2022-12-061-4/+4
|
* common/input: Add helpers functions for creating input and output devicesLioncash2022-11-281-2/+2
| | | | | Avoids the redundancy of needing to explictly specify the common namespace and the type.
* core: hid: Implement true multitouch supportNarr the Reg2022-11-191-22/+72
|
* input_common: touch: Rewrite touch driver to support multiple touch pointsgerman772022-05-231-4/+11
|
* 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.
* core: hid: Replace lock_guard with scoped_lockNarr the Reg2022-04-071-7/+7
|
* core: hid: Reduce the amount of dataracesgerman772022-04-071-4/+13
|
* Correct assignment source for rotationsValeri2022-01-171-1/+1
| | | Found by static analysis with PVS-Studio
* Merge pull request #7481 from german77/gyro-biasbunnei2021-12-211-0/+3
|\ | | | | service/hid: Improve console motion accuracy
| * service/hid: Improve console motion accuracyNarr the Reg2021-12-131-0/+3
| |
* | common/input: Avoid numerous large copies of CallbackStatusLioncash2021-12-141-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.
* input_common: Fully implement UDP controllersNarr the Reg2021-11-261-2/+4
|
* core/hid: Fully implement native mousegerman772021-11-251-4/+7
|
* core/hid: Remove usage of native types, fix a couple of errors with motiongerman772021-11-251-1/+1
|
* service/hid: Remove includes of core.h and settings.hgerman772021-11-251-0/+1
|
* config: Cleanup and documentationgerman772021-11-251-1/+5
|
* second commit lion reviewgerman772021-11-251-2/+3
|
* settings: Fix Debug controller type optionsgerman772021-11-251-1/+2
|
* kraken: Address comments from reviewgerman772021-11-251-8/+9
| | | | start lion review
* Morph review first wavegerman772021-11-251-2/+2
|
* kraken: Address comments from reviewgerman772021-11-251-2/+0
| | | | review fixes
* service/hid: Fix gesture inputgerman772021-11-251-23/+34
|
* hid: Fix controller connection/disconnectiongerman772021-11-251-1/+0
|
* core/hid: Add emulated controllersgerman772021-11-251-0/+208