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#include "mc/deps/input/TouchState.h"
8
9// auto generated forward declare list
10// clang-format off
11struct TouchPoint;
12// clang-format on
13
15public:
16 // TouchPointResults inner types define
17 using TouchEventResults = ::std::vector<::std::pair<::TouchPoint, ::TouchEventResult>>;
18
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::TouchPoint, ::TouchEventResult>>> _touchEventResults;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI void addPointer(int id, ::TouchState state, float x, float y, bool captured, bool startedInactive);
29
30 MCFOLD void clearPointers();
31 // NOLINTEND
32};
Definition TouchPointResults.h:5
Definition TouchPoint.h:5