summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/gesture.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2021-05-17 21:10:59 +0200
committerLioncash <mathew1800@gmail.com>2021-05-18 09:32:42 +0200
commit20699e90fac3195ab1b5d39793b48a5238a5ebc3 (patch)
treefdf819fa479c8f3c999b3058109acef850f0b3f4 /src/core/hle/service/hid/controllers/gesture.h
parenthid/gesture: Add default comparators to Point (diff)
downloadyuzu-20699e90fac3195ab1b5d39793b48a5238a5ebc3.tar
yuzu-20699e90fac3195ab1b5d39793b48a5238a5ebc3.tar.gz
yuzu-20699e90fac3195ab1b5d39793b48a5238a5ebc3.tar.bz2
yuzu-20699e90fac3195ab1b5d39793b48a5238a5ebc3.tar.lz
yuzu-20699e90fac3195ab1b5d39793b48a5238a5ebc3.tar.xz
yuzu-20699e90fac3195ab1b5d39793b48a5238a5ebc3.tar.zst
yuzu-20699e90fac3195ab1b5d39793b48a5238a5ebc3.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/controllers/gesture.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/controllers/gesture.h b/src/core/hle/service/hid/controllers/gesture.h
index 619b6f3dc..809303131 100644
--- a/src/core/hle/service/hid/controllers/gesture.h
+++ b/src/core/hle/service/hid/controllers/gesture.h
@@ -77,8 +77,7 @@ private:
s64_le detection_count;
TouchType type;
Direction direction;
- s32_le x;
- s32_le y;
+ Point pos;
s32_le delta_x;
s32_le delta_y;
f32 vel_x;