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