3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/input/enums/ButtonState.h"
7#include "mc/deps/input/enums/RawInputType.h"
13 ::ll::TypedStorage<4, 4, int> id;
14 ::ll::TypedStorage<1, 1, ::ButtonState> state;
15 ::ll::TypedStorage<1, 1, ::RawInputType> keyType;
16 ::ll::TypedStorage<1, 1, bool> allowRemapping;