LeviLamina
Loading...
Searching...
No Matches
KeyboardEventProcessor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Bedrock::Input {
6
8public:
9 // KeyboardEventProcessor inner types define
10 enum class InputOrigin : int {};
11};
12
13} // namespace Bedrock::Input
Definition KeyboardEventProcessor.h:7