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