moved EInputDevice Unknown class to the top priority

This commit is contained in:
AL2009man 2025-03-20 16:43:37 -04:00
parent 570fab604c
commit 5a57de3ef1

View file

@ -4,11 +4,11 @@ namespace hid
{
enum class EInputDevice
{
Unknown,
Keyboard,
Mouse,
Xbox,
PlayStation,
Unknown
PlayStation
};
enum class EInputDeviceExplicit