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
7namespace Editor::Input { class KeyBinding; }
8// clang-format on
9
10namespace Editor::Input {
11
13public:
14 // member variables
15 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 ContextKeyBinding& operator=(ContextKeyBinding const&);
27};
28
29} // namespace Editor::Input
Definition ContextKeyBinding.h:12
Definition Alias.h:14