Implement the new input config.
This commit is contained in:
12
Assets/Cryville/Crtr/Config/UI/InputDeviceStatus.cs
Normal file
12
Assets/Cryville/Crtr/Config/UI/InputDeviceStatus.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Cryville.Crtr.Config.UI {
|
||||
[Flags]
|
||||
public enum InputDeviceStatus {
|
||||
Default = 0x00,
|
||||
Used = 0x01,
|
||||
InsufficientDimension = 0x02,
|
||||
IncompatiblePhysicalDimension = 0x04,
|
||||
IncompatibleNullable = 0x08,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user