3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/input/InputMode.h"
7#include "mc/deps/input/enums/ButtonState.h"
18 ::ll::TypedStorage<4, 4, uint> id;
19 ::ll::TypedStorage<4, 4, uint> fromButtonId;
20 ::ll::TypedStorage<1, 1, ::ButtonState> previousState;
21 ::ll::TypedStorage<1, 1, ::ButtonState> state;
22 ::ll::TypedStorage<1, 1, bool> handleDeselection;
23 ::ll::TypedStorage<1, 1, bool> handleSelection;
24 ::ll::TypedStorage<8, 8, ::UIPropertyBag*> properties;
25 ::ll::TypedStorage<4, 8, float[2]> cursorPosition;
26 ::ll::TypedStorage<1, 1, bool> isInteracted;
27 ::ll::TypedStorage<4, 4, ::InputMode> inputMode;
Definition UIPropertyBag.h:5