LeviLamina
Loading...
Searching...
No Matches
TouchTapOrHoldGlyphButtonBinding.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/input/ButtonColors.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 32, ::std::string> tapButtonName;
13 ::ll::TypedStorage<8, 32, ::std::string> holdButtonName;
14 ::ll::TypedStorage<4, 4, uint> areaBindingName;
15 ::ll::TypedStorage<4, 4, uint> conditionBindingName;
16 ::ll::TypedStorage<4, 32, ::ButtonColors> buttonColors;
17 ::ll::TypedStorage<4, 4, int> imageU;
18 ::ll::TypedStorage<4, 4, int> imageV;
19 ::ll::TypedStorage<4, 4, int> uvWidth;
20 ::ll::TypedStorage<4, 4, int> uvHeight;
21 ::ll::TypedStorage<4, 4, float> glyphScale;
22 ::ll::TypedStorage<8, 32, ::std::string> iconPath;
23 ::ll::TypedStorage<8, 32, ::std::string> pressedIconPath;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI ::TouchTapOrHoldGlyphButtonBinding& operator=(::TouchTapOrHoldGlyphButtonBinding const&);
35
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44};
Definition TouchTapOrHoldGlyphButtonBinding.h:5