LeviLamina
Loading...
Searching...
No Matches
KeyInputType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor::Input {
6
7
enum class
KeyInputType :
int
{
8
Invalid = 0,
9
Press = 1,
10
Release = 2,
11
};
12
13
}
src
mc
editor
input
KeyInputType.h
Generated on Sat Apr 26 2025 05:55:32 for LeviLamina by
1.12.0