LeviLamina
Loading...
Searching...
No Matches
TouchGlyphButtonBinding.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> buttonName;
13 ::ll::TypedStorage<4, 4, uint> areaBindingName;
14 ::ll::TypedStorage<4, 4, uint> conditionBindingName;
15 ::ll::TypedStorage<4, 4, uint> opacityBindingName;
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> innerPaddingX;
22 ::ll::TypedStorage<4, 4, float> innerPaddingY;
23 ::ll::TypedStorage<1, 1, bool> passThrough;
24 ::ll::TypedStorage<4, 4, int> touchStateRequirement;
25 ::ll::TypedStorage<4, 4, float> glyphScale;
26 ::ll::TypedStorage<1, 1, bool> promiscuous;
27 ::ll::TypedStorage<1, 1, bool> extendButtonPressOutsideUntilReleased;
28 ::ll::TypedStorage<8, 32, ::std::string> iconPath;
29 ::ll::TypedStorage<8, 32, ::std::string> pressedIconPath;
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
34 TouchGlyphButtonBinding& operator=(TouchGlyphButtonBinding const&);
35 TouchGlyphButtonBinding();
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI TouchGlyphButtonBinding(::TouchGlyphButtonBinding const&);
41
42 MCAPI TouchGlyphButtonBinding(
43 ::std::string const& aButtonName,
44 uint aAreaBindingName,
45 uint aConditionBindingName,
46 uint aOpacityBindingName,
47 ::std::string const& aIconPath,
48 ::std::string const& aPressedIconPath,
49 ::ButtonColors const& aButtonColors,
50 int aUvWidth,
51 int aUvHeight,
52 bool aPassThrough,
53 int aTouchStateRequirement,
54 float glyphScale,
55 bool aPromiscuous,
56 bool aExtendButtonPressOutsideUntilReleased,
57 float innerPaddingX,
58 float innerPaddingY
59 );
60
61 MCAPI ~TouchGlyphButtonBinding();
62 // NOLINTEND
63
64public:
65 // constructor thunks
66 // NOLINTBEGIN
67 MCAPI void* $ctor(::TouchGlyphButtonBinding const&);
68
69 MCAPI void* $ctor(
70 ::std::string const& aButtonName,
71 uint aAreaBindingName,
72 uint aConditionBindingName,
73 uint aOpacityBindingName,
74 ::std::string const& aIconPath,
75 ::std::string const& aPressedIconPath,
76 ::ButtonColors const& aButtonColors,
77 int aUvWidth,
78 int aUvHeight,
79 bool aPassThrough,
80 int aTouchStateRequirement,
81 float glyphScale,
82 bool aPromiscuous,
83 bool aExtendButtonPressOutsideUntilReleased,
84 float innerPaddingX,
85 float innerPaddingY
86 );
87 // NOLINTEND
88
89public:
90 // destructor thunk
91 // NOLINTBEGIN
92 MCAPI void $dtor();
93 // NOLINTEND
94};
Definition TouchGlyphButtonBinding.h:5