summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/gesture.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-25service/hid: Finish converting LIFO objects and address some nitsNarr the Reg1-1/+1
2021-11-25service/hid: Remove includes of core.h and settings.hgerman771-1/+1
2021-11-25second commit lion reviewgerman771-4/+1
2021-11-25Morph review first wavegerman771-19/+14
2021-11-25service/hid: Use ring buffer for gesturesgerman771-18/+6
2021-11-25service/hid: Fix gesture inputgerman771-7/+22
2021-11-25service/hid: Update touch and gestures to use ring lifo and the emulated consolegerman771-49/+31
2021-05-28common: Extract point into a common structLioncash1-29/+7
2021-05-18hid/gesture: Factor out last gesture retrieval into its own functionLioncash1-1/+5
2021-05-18hid/gesture: Ensure all ID arrays are initializedLioncash1-4/+4
2021-05-18hid/gesture: Make Point a templateLioncash1-11/+24
2021-05-18hid/gesture: Replace x,y members of GestureState with a PointLioncash1-2/+1
2021-05-18hid/gesture: Add default comparators to PointLioncash1-2/+4
2021-05-18hid/gesture: Rename Points to PointLioncash1-5/+5
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-11/+13
2021-05-05hid: Improve hardware accuracy of gesturesgerman771-15/+54
2021-05-04service: Resolve cases of member field shadowingLioncash1-1/+1
2021-02-28Implements touch, pan, pinch and rotation gesturesgerman1-8/+84
2019-10-05service/hid: Remove unused system referenceReinUsesLisp1-1/+0
2019-09-22marked controller constructors as explicitDavid Marcec1-1/+1
2019-09-22RebaseDavid Marcec1-2/+3
2019-09-22Deglobalize System: HidDavid Marcec1-1/+1
2019-02-16core_timing: Convert core timing into a classLioncash1-1/+1
2018-10-18hid/controller: Default the destructors of all controller types in the cpp fileLioncash1-0/+1
2018-10-10Addressed changes for better hidDavid Marcec1-3/+4
2018-10-10"Better Hid" rework part 1David Marcec1-0/+61