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<float()>> thumbstickOpacity;
25 ::ll::TypedStorage<8, 64, ::std::function<bool()>> staticJoystick;
26 ::ll::TypedStorage<8, 64, ::std::function<::RectangleArea()>> defaultMoveStickArea;
27 ::ll::TypedStorage<8, 64, ::std::function<::RectangleArea()>> hotbarArea;
28 ::ll::TypedStorage<8, 64, ::std::function<bool()>> defaultMoveStickVisible;
29 ::ll::TypedStorage<8, 64, ::std::function<bool()>> showActionButton;
30 ::ll::TypedStorage<8, 64, ::std::function<bool()>> sprintOnMovement;
31 ::ll::TypedStorage<8, 64, ::std::function<bool()>> isInputSprinting;
32 ::ll::TypedStorage<8, 64, ::std::function<float()>> clientActivePointer;
33 ::ll::TypedStorage<8, 64, ::std::function<bool()>> issInControlEditMode;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI ~TouchControlConfig();
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCAPI void $dtor();
46 // NOLINTEND
47};
Definition TouchControlConfig.h:5