LeviLamina
Loading...
Searching...
No Matches
KeyboardInputMapping.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 24, ::std::vector<::KeyboardKeyBinding>> keyBindings;
15 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::std::unordered_set<int>>> actionToKeyMap;
16 // NOLINTEND
17
18public:
19 // member functions
20 // NOLINTBEGIN
22
24
25 MCAPI ::KeyboardInputMapping& operator=(::KeyboardInputMapping&&);
26
27 MCAPI ::KeyboardInputMapping& operator=(::KeyboardInputMapping const&);
28
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCAPI void* $ctor();
36
37 MCAPI void* $ctor(::KeyboardInputMapping const&);
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCAPI void $dtor();
44 // NOLINTEND
45};
Definition KeyboardInputMapping.h:5
Definition KeyboardKeyBinding.h:5