Struct DeviceConfigurationEvent
Indicates that the configuration of a device has changed.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: UnityEngine.Experimental.Input.LowLevel
Syntax
public struct DeviceConfigurationEvent : IInputEventTypeInfo
Fields
baseEvent
Declaration
public InputEvent baseEvent
Field Value
Type | Description |
---|---|
InputEvent |
Type
Declaration
public const int Type = 1145259591
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
Create(Int32, Double)
Declaration
public static DeviceConfigurationEvent Create(int deviceId, double time)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | deviceId | |
System.Double | time |
Returns
Type | Description |
---|---|
DeviceConfigurationEvent |
GetTypeStatic()
Declaration
public FourCC GetTypeStatic()
Returns
Type | Description |
---|---|
FourCC |
Implements
ToEventPtr()
Declaration
public InputEventPtr ToEventPtr()
Returns
Type | Description |
---|---|
InputEventPtr |
See Also
UnityEngine.Experimental.Input.InputDevice.OnConfigurationChanged