mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-26 04:11:36 +00:00
moved EInputDevice Unknown class to the top priority
This commit is contained in:
parent
570fab604c
commit
5a57de3ef1
1 changed files with 2 additions and 2 deletions
|
|
@ -4,11 +4,11 @@ namespace hid
|
||||||
{
|
{
|
||||||
enum class EInputDevice
|
enum class EInputDevice
|
||||||
{
|
{
|
||||||
|
Unknown,
|
||||||
Keyboard,
|
Keyboard,
|
||||||
Mouse,
|
Mouse,
|
||||||
Xbox,
|
Xbox,
|
||||||
PlayStation,
|
PlayStation
|
||||||
Unknown
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class EInputDeviceExplicit
|
enum class EInputDeviceExplicit
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue