3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/math/Vec2.h"
13 enum class EventType :
int {
25 ::ll::TypedStorage<4, 8, ::Vec2> delta;
28 ::ll::TypedStorage<8, 8, ::std::chrono::milliseconds> duration;
30 ::ll::TypedStorage<4, 8, ::Vec2> currentLocation;
31 ::ll::TypedStorage<4, 8, ::Vec2> startLocation;
32 ::ll::TypedStorage<4, 4, ::OreUI::GestureEventData::EventType> type;
Definition GestureEventData.h:7