LeviLamina
Loading...
Searching...
No Matches
TouchControlConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class RectangleArea;
8// clang-format on
9
10struct TouchControlConfig {
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 64, ::std::function<::RectangleArea()>> area;
15 ::ll::TypedStorage<4, 4, uint> turnInteractButtonId;
16 ::ll::TypedStorage<4, 4, uint> tapButtonId;
17 ::ll::TypedStorage<4, 4, uint> holdButtonId;
18 ::ll::TypedStorage<4, 4, uint> sprintButtonId;
19 ::ll::TypedStorage<4, 4, float> sensitivity;
20 ::ll::TypedStorage<8, 64, ::std::function<bool()>> condition;
21 ::ll::TypedStorage<8, 64, ::std::function<::std::vector<::RectangleArea>()>> inactiveAreas;
22 ::ll::TypedStorage<8, 64, ::std::function<bool()>> isLeftHanded;
23 ::ll::TypedStorage<8, 64, ::std::function<bool()>> moveStickVisible;
24 ::ll::TypedStorage<8, 64, ::std::function<bool()>> altStickVisible;
25 ::ll::TypedStorage<8, 64, ::std::function<bool()>> altStickEnabled;
26 ::ll::TypedStorage<8, 64, ::std::function<float()>> thumbstickOpacity;
27 ::ll::TypedStorage<8, 64, ::std::function<bool()>> staticJoystick;
28 ::ll::TypedStorage<8, 64, ::std::function<bool()>> staticAltJoystick;
29 ::ll::TypedStorage<8, 64, ::std::function<::RectangleArea()>> defaultMoveStickArea;
30 ::ll::TypedStorage<8, 64, ::std::function<::RectangleArea()>> defaultAltStickArea;
31 ::ll::TypedStorage<8, 64, ::std::function<::RectangleArea()>> hotbarArea;
32 ::ll::TypedStorage<8, 64, ::std::function<bool()>> defaultMoveStickVisible;
33 ::ll::TypedStorage<8, 64, ::std::function<bool()>> defaultAltStickVisible;
34 ::ll::TypedStorage<8, 64, ::std::function<bool()>> showActionButton;
35 ::ll::TypedStorage<8, 64, ::std::function<bool()>> sprintOnMovement;
36 ::ll::TypedStorage<8, 64, ::std::function<bool()>> isInputSprinting;
37 ::ll::TypedStorage<8, 64, ::std::function<float()>> clientActivePointer;
38 ::ll::TypedStorage<8, 64, ::std::function<bool()>> issInControlEditMode;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI ~TouchControlConfig();
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCAPI void $dtor();
51 // NOLINTEND
52};
Definition RectangleArea.h:5
Definition TouchControlConfig.h:5