LeviLamina
Loading...
Searching...
No Matches
EditorInputStateFacet.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace OreUI {
6
8public:
9 // EditorInputStateFacet inner types declare
10 // clang-format off
12 // clang-format on
13
14 // EditorInputStateFacet inner types define
15 enum class MouseButton : uint {};
16
18};
19
20} // namespace OreUI
Definition EditorInputStateFacet.h:17
Definition EditorInputStateFacet.h:7