3#include "mc/_HeaderOutputPredefine.h"
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;
Definition TouchControlConfig.h:5