LeviLamina
Loading...
Searching...
No Matches
TouchPointResults.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/input/TouchEventResult.h"
7
8// auto generated forward declare list
9// clang-format off
10struct TouchPoint;
11// clang-format on
12
14public:
15 // TouchPointResults inner types define
16 using TouchEventResults = ::std::vector<::std::pair<::TouchPoint, ::TouchEventResult>>;
17
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::TouchPoint, ::TouchEventResult>>> _touchEventResults;
22 // NOLINTEND
23};
Definition TouchPointResults.h:5
Definition TouchPoint.h:5