3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/input/TouchEventResult.h"
7#include "mc/deps/input/TouchState.h"
17 using TouchEventResults = ::std::vector<::std::pair<::TouchPoint, ::TouchEventResult>>;
22 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::TouchPoint, ::TouchEventResult>>> _touchEventResults;
28 MCAPI
void addPointer(
int id, ::TouchState state,
float x,
float y,
bool captured,
bool startedInactive);
30 MCFOLD
void clearPointers();
Definition TouchPointResults.h:5
Definition TouchPoint.h:5