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;