aboutsummaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_console.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-11-16 09:13:56 -0500
committerGitHub <noreply@github.com>2023-11-16 09:13:56 -0500
commit7eac28e410e5c3293125602b91d8082e2c57ade1 (patch)
treeb2a263584ca273e636ae76e9bf47b1974f4ef68e /src/core/hid/emulated_console.h
parentea4c92f734fdcb26d20d1313a84d39cc95c9c575 (diff)
parentc9cd938dfd8fc40ec58d61dc453bc31d3b811496 (diff)
Merge pull request #12038 from german77/no_implement
service: hid: Split hid.cpp into individual interfaces
Diffstat (limited to 'src/core/hid/emulated_console.h')
-rw-r--r--src/core/hid/emulated_console.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/core/hid/emulated_console.h b/src/core/hid/emulated_console.h
index 79114bb6d..fae15a556 100644
--- a/src/core/hid/emulated_console.h
+++ b/src/core/hid/emulated_console.h
@@ -38,14 +38,6 @@ using TouchParams = std::array<Common::ParamPackage, MaxTouchDevices>;
using ConsoleMotionValues = ConsoleMotionInfo;
using TouchValues = std::array<Common::Input::TouchStatus, MaxTouchDevices>;
-struct TouchFinger {
- u64 last_touch{};
- Common::Point<float> position{};
- u32 id{};
- TouchAttribute attribute{};
- bool pressed{};
-};
-
// Contains all motion related data that is used on the services
struct ConsoleMotion {
Common::Vec3f accel{};