summaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/controllers/gesture.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hid_core: Move hid to it's own subprojectGravatar Narr the Reg2024-01-051-87/+0
* service: hid: Use applet resource to get latest shared memory handleGravatar Narr the Reg2023-12-311-3/+2
* core: hid: Clean up headersGravatar Narr the Reg2023-12-141-1/+4
* service: hid: Allow to create multiple instances of shared memoryGravatar Narr the Reg2023-12-131-78/+7
* service: hid: Create appropriate hid resourcesGravatar Narr the Reg2023-11-201-3/+3
* service: hid: Fix gesture regressionGravatar Narr the Reg2022-06-101-2/+1
* service: hid: Ensure all structs are initializedGravatar Narr the Reg2022-04-231-15/+15
* service: hid: Access shared memory directlyGravatar Narr the Reg2022-04-231-6/+11
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* service/hid: Finish converting LIFO objects and address some nitsGravatar Narr the Reg2021-11-241-1/+1
* service/hid: Remove includes of core.h and settings.hGravatar german772021-11-241-1/+1
* second commit lion reviewGravatar german772021-11-241-4/+1
* Morph review first waveGravatar german772021-11-241-19/+14
* service/hid: Use ring buffer for gesturesGravatar german772021-11-241-18/+6
* service/hid: Fix gesture inputGravatar german772021-11-241-7/+22
* service/hid: Update touch and gestures to use ring lifo and the emulated consoleGravatar german772021-11-241-49/+31
* common: Extract point into a common structGravatar Lioncash2021-05-281-29/+7
* hid/gesture: Factor out last gesture retrieval into its own functionGravatar Lioncash2021-05-181-1/+5
* hid/gesture: Ensure all ID arrays are initializedGravatar Lioncash2021-05-181-4/+4
* hid/gesture: Make Point a templateGravatar Lioncash2021-05-181-11/+24
* hid/gesture: Replace x,y members of GestureState with a PointGravatar Lioncash2021-05-181-2/+1
* hid/gesture: Add default comparators to PointGravatar Lioncash2021-05-181-2/+4
* hid/gesture: Rename Points to PointGravatar Lioncash2021-05-181-5/+5
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-11/+13
* hid: Improve hardware accuracy of gesturesGravatar german772021-05-051-15/+54
* service: Resolve cases of member field shadowingGravatar Lioncash2021-05-041-1/+1
* Implements touch, pan, pinch and rotation gesturesGravatar german2021-02-271-8/+84
* service/hid: Remove unused system referenceGravatar ReinUsesLisp2019-10-041-1/+0
* marked controller constructors as explicitGravatar David Marcec2019-09-221-1/+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-1/+1
* 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-3/+4
* "Better Hid" rework part 1Gravatar David Marcec2018-10-101-0/+61