CMCore/inc/hgl/io/event/InputEventSource.h

20 lines
263 B
C++

#pragma once
#include<hgl/TypeFunc.h>
namespace hgl::io
{
enum class InputEventSource
{
Root=0,
OS,
Window,
Keyboard,
Mouse,
Joystick,
ENUM_CLASS_RANGE(Root,Joystick)
};
}//namespace hgl::io