LeviLamina
Loading...
Searching...
No Matches
ButtonScreenEventData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/input/InputMode.h"
7#include "mc/deps/input/enums/ButtonState.h"
8
9// auto generated forward declare list
10// clang-format off
11class UIPropertyBag;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
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;
28 // NOLINTEND
29};
Definition UIPropertyBag.h:14
Definition ButtonScreenEventData.h:14