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