LeviLamina
Loading...
Searching...
No Matches
TouchConditionalGuiPassthroughBinding.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<4, 4, uint> areaBindingName;
10 ::ll::TypedStorage<8, 32, ::std::string> buttonName;
11 ::ll::TypedStorage<4, 4, uint> conditionBindingName;
12 ::ll::TypedStorage<1, 1, bool> consumeInput;
13 // NOLINTEND
14
15public:
16 // member functions
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // destructor thunk
23 // NOLINTBEGIN
24 MCFOLD void $dtor();
25 // NOLINTEND
26};
Definition TouchConditionalGuiPassthroughBinding.h:5