Struct DeviceRemoveEvent
Notifies about the removal of an input device.
Assembly: Unity.InputSystem.dll
public struct DeviceRemoveEvent : IInputEventTypeInfo
Fields
Declaration
public const int Type = 1146242381
Field Value
Declaration
public InputEvent baseEvent
Field Value
Properties
Declaration
public FourCC typeStatic { get; }
Property Value
Methods
Declaration
public static DeviceRemoveEvent Create(int deviceId, double time = -1)
Parameters
Type |
Name |
Description |
int |
deviceId |
|
double |
time |
|
Returns
Declaration
public InputEventPtr ToEventPtr()
Returns
Implements