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
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 ContextKeyBinding& operator=(ContextKeyBinding const&);
28};
29
30} // namespace Editor::Input
Definition ContextKeyBinding.h:12
Definition Alias.h:14