3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/math/Vec2.h"
14 ::ll::TypedStorage<4, 4, int> mId;
15 ::ll::TypedStorage<4, 8, ::Vec2> mPosition;
16 ::ll::TypedStorage<1, 1, bool> mIsPressed;
17 ::ll::TypedStorage<1, 1, bool> mIsPointerDown;
Definition TouchEvent.h:7