3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/math/Vec2.h"
13 enum class EventType :
int {
22 ::ll::TypedStorage<4, 8, ::Vec2> pos;
23 ::ll::TypedStorage<4, 4, uint> id;
24 ::ll::TypedStorage<4, 4, ::OreUI::TouchEventData::EventType> type;
Definition TouchEventData.h:7