LeviLamina
Loading...
Searching...
No Matches
InputBindingGroupData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/input/KeyboardType.h"
7#include "mc/deps/input/InputMode.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Settings { class ActionComponent; }
12namespace Settings::RegistryBuilder { class IBuilderContext; }
13// clang-format on
14
15namespace Settings::InputControlsSettingsHelper {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, ::InputMode> mInputMode;
22 ::ll::TypedStorage<8, 64, ::std::function<::std::optional<::std::string>()>> mBindDescriptionCallback;
23 ::ll::TypedStorage<4, 8, ::std::optional<::KeyboardType>> mKeyboardType;
24 ::ll::TypedStorage<8, 64, ::std::function<::std::optional<::std::string>(::Settings::ActionComponent const&)>>
25 mBindActionLabelProvider;
26 ::ll::TypedStorage<8, 64, ::std::function<void()>> mResetActionCallback;
27 ::ll::TypedStorage<
28 8,
29 64,
30 ::std::function<bool(
31 ::Settings::RegistryBuilder::IBuilderContext const&,
32 ::std::string_view,
33 ::std::optional<::KeyboardType>
34 )>>
35 mGetterCaptureStateCallback;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41 MCAPI ~InputBindingGroupData();
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCAPI void $dtor();
48 // NOLINTEND
49};
50
51} // namespace Settings::InputControlsSettingsHelper
Definition ActionComponent.h:7
Definition IBuilderContext.h:7