LeviLamina
Loading...
Searching...
No Matches
MouseBinding.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/editor/MouseActionCategory.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace Editor::Input {
14
15class MouseBinding {
16public:
17 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 MouseBinding& operator=(MouseBinding const&);
25 MouseBinding(MouseBinding const&);
26 MouseBinding();
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI explicit MouseBinding(::Editor::Input::MouseActionCategory mouseAction);
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void* $ctor(::Editor::Input::MouseActionCategory mouseAction);
44 // NOLINTEND
45};
46
47} // namespace Editor::Input
MCAPI void * $ctor(::Editor::Input::MouseActionCategory mouseAction)
MCAPI MouseBinding(::Editor::Input::MouseActionCategory mouseAction)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14