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
28 TouchTapOrHoldGlyphButtonBinding();
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI TouchTapOrHoldGlyphButtonBinding(::TouchTapOrHoldGlyphButtonBinding const&);
34
35 MCAPI ::TouchTapOrHoldGlyphButtonBinding& operator=(::TouchTapOrHoldGlyphButtonBinding const&);
36
37 MCAPI ~TouchTapOrHoldGlyphButtonBinding();
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCAPI void* $ctor(::TouchTapOrHoldGlyphButtonBinding const&);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCAPI void $dtor();
50 // NOLINTEND
51};
Definition TouchTapOrHoldGlyphButtonBinding.h:5