3#include "mc/_HeaderOutputPredefine.h"
9 ::ll::TypedStorage<8, 32, ::std::string> turnInteractButtonName;
10 ::ll::TypedStorage<8, 32, ::std::string> tapButtonName;
11 ::ll::TypedStorage<8, 32, ::std::string> holdButtonName;
12 ::ll::TypedStorage<4, 4, uint> areaBindingName;
13 ::ll::TypedStorage<4, 4, uint> conditionBindingName;
14 ::ll::TypedStorage<8, 32, ::std::string> sprintButtonName;
15 ::ll::TypedStorage<4, 4, uint> leftHandedBindingName;
16 ::ll::TypedStorage<4, 4, uint> moveStickVisibleBindingName;
17 ::ll::TypedStorage<4, 4, uint> altStickVisibleBindingName;
18 ::ll::TypedStorage<4, 4, uint> thumbstickOpacityBindingName;
19 ::ll::TypedStorage<4, 4, uint> staticJoystickBindingName;
20 ::ll::TypedStorage<4, 4, uint> staticAltJoystickBindingName;
21 ::ll::TypedStorage<4, 4, uint> altStickEnabledBindingName;
22 ::ll::TypedStorage<4, 4, uint> defaultMoveStickAreaBindingName;
23 ::ll::TypedStorage<4, 4, uint> defaultAltStickAreaBindingName;
24 ::ll::TypedStorage<4, 4, uint> defaultMoveStickVisibleBindingName;
25 ::ll::TypedStorage<4, 4, uint> defaultAltStickVisibleBindingName;
26 ::ll::TypedStorage<4, 4, uint> showActionButtonBindingName;
27 ::ll::TypedStorage<4, 4, uint> sprintOnMovementBindingName;
28 ::ll::TypedStorage<4, 4, uint> isInControlEditorBindingName;
29 ::ll::TypedStorage<1, 1, bool> isUsingNewControls;
30 ::ll::TypedStorage<4, 4, float> sensitivity;
35 TouchTurnInteractBinding(TouchTurnInteractBinding
const&);
36 TouchTurnInteractBinding();
41 MCAPI ::TouchTurnInteractBinding& operator=(::TouchTurnInteractBinding
const&);
43 MCAPI ::TouchTurnInteractBinding& operator=(::TouchTurnInteractBinding&&);
45 MCAPI ~TouchTurnInteractBinding();
Definition TouchTurnInteractBinding.h:5