LeviLamina
Loading...
Searching...
No Matches
ContextKeyBinding.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Editor::Input {
class
KeyBinding
; }
8
namespace
Editor::Input {
struct
BindingInfo
; }
9
// clang-format on
10
11
namespace
Editor::Input {
12
13
class
ContextKeyBinding {
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<4, 12>
mUnkd120e1;
18
::ll::UntypedStorage<4, 16>
mUnkca57b8;
19
::ll::UntypedStorage<8, 128>
mUnk8ba699;
20
::ll::UntypedStorage<8, 64>
mUnk176fe1;
21
::ll::UntypedStorage<4, 8>
mUnkcf3b82;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
ContextKeyBinding& operator=(ContextKeyBinding
const
&);
27
ContextKeyBinding(ContextKeyBinding
const
&);
28
ContextKeyBinding();
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCNAPI_C
void
* $ctor(
::Editor::Input::ContextKeyBinding
const
&);
40
41
MCNAPI_C
void
* $ctor(
42
::Editor::Input::KeyBinding
const
& binding,
43
::Editor::Input::BindingInfo
const
& info,
44
::std::function<
void
(
::Editor::Input::KeyBinding
const
&,
::Editor::Input::KeyBinding
const
&,
bool
)> modifiedFn
45
);
46
// NOLINTEND
47
48
public
:
49
// destructor thunk
50
// NOLINTBEGIN
51
MCNAPI_C
void
$dtor();
52
// NOLINTEND
53
};
54
55
}
// namespace Editor::Input
Editor::Input::ContextKeyBinding
Definition
ContextKeyBinding.h:13
Editor::Input::KeyBinding
Definition
KeyBinding.h:12
Editor::Input::BindingInfo
Definition
BindingInfo.h:12
ll::UntypedStorage
Definition
Alias.h:14
src
mc
editor
input
ContextKeyBinding.h
Generated on
for LeviLamina by
1.16.1