summaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/controllers/touchscreen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-051-132/+0
* service: hid: Remove data races when handling shared memoryGravatar Narr the Reg2024-01-031-1/+1
* service: hid: Use applet resource to get latest shared memory handleGravatar Narr the Reg2023-12-311-5/+12
* core: hid: Clean up headersGravatar Narr the Reg2023-12-141-2/+0
* service: hid: Allow to create multiple instances of shared memoryGravatar Narr the Reg2023-12-131-12/+10
* Fixed controller applet crashing when on FW17+Gravatar FrozenAra2023-11-271-3/+9
* service: hid: Create appropriate hid resourcesGravatar Narr the Reg2023-11-201-6/+5
* hid: Use nanosecond timestamps instead of ticksGravatar Morph2023-03-071-4/+4
* core: hid: Fix native mouse mappingsGravatar Narr the Reg2023-02-211-0/+5
* input_common: touch: Rewrite touch driver to support multiple touch pointsGravatar german772022-05-231-1/+5
* service: hid: Ensure all structs are initializedGravatar Narr the Reg2022-04-231-1/+2
* service: hid: Access shared memory directlyGravatar Narr the Reg2022-04-231-10/+11
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* service/hid: Remove includes of core.h and settings.hGravatar german772021-11-241-2/+5
* core/hid: Update structs to 13.1.0Gravatar german772021-11-241-2/+2
* Morph review first waveGravatar german772021-11-241-2/+2
* service/hid: Update touch and gestures to use ring lifo and the emulated consoleGravatar german772021-11-241-93/+43
* touchscreen: Make use of common point structGravatar Lioncash2021-05-281-6/+7
* service: Resolve cases of member field shadowingGravatar Lioncash2021-05-041-1/+1
* hid: Fix touch not initializing properly if disabledGravatar german772021-05-021-1/+5
* Disable touch if setting is not enabledGravatar german772021-04-301-1/+1
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* HID: Initialize correctly the gesture finger_id and filter invalid resultsGravatar Narr the Reg2021-03-261-0/+5
* Always initialize keyboard inputGravatar german2021-01-151-5/+1
* Add mutitouch support for touch screensGravatar german2021-01-151-12/+18
* Allow to return up to 16 touch inputs per engineGravatar german2021-01-151-49/+65
* Allow all touch inputs at the same time and remove config options that are no...Gravatar german2021-01-151-7/+9
* Add multitouch supportGravatar german2021-01-151-21/+76
* Revert "core: Fix clang build"Gravatar bunnei2020-10-201-6/+3
* core: Fix clang buildGravatar Lioncash2020-10-171-3/+6
* yuzu: Add motion and touch configurationGravatar FearlessTobi2020-08-291-1/+11
* General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow2020-06-271-2/+2
* service/hid: Silence -Wunused and -WswitchGravatar ReinUsesLisp2019-10-041-2/+1
* RebaseGravatar David Marcec2019-09-221-2/+3
* Deglobalize System: HidGravatar David Marcec2019-09-221-1/+1
* core_timing: Convert core timing into a classGravatar Lioncash2019-02-151-3/+4
* core_timing: Rename CoreTiming namespace to Core::TimingGravatar Lioncash2019-02-121-2/+2
* hid: Use player-defined controller type as PREFERRED_CONTROLLERGravatar Zach Hilman2018-11-181-6/+0
* hid/touchscreen: Update Touchscreen to use advanced parametersGravatar Zach Hilman2018-11-181-6/+6
* Added missing start/end touch attributes to touchscreenGravatar David Marcec2018-11-181-0/+7
* hid/controller: Remove unused header inclusionsGravatar Lioncash2018-10-171-1/+0
* hid/controller: Default the destructors of all controller types in the cpp fileGravatar Lioncash2018-10-171-0/+1
* Addressed changes for better hidGravatar David Marcec2018-10-101-5/+12
* "Better Hid" rework part 1Gravatar David Marcec2018-10-101-0/+58