Class DeviceEventArgs
Device Event argument.
Inherited Members
Namespace: Evergine.OpenVR .Helpers
Assembly: Evergine.OpenVR.dll
Syntax
public class DeviceEventArgs : EventArgs
Constructors
DeviceEventArgs(uint, bool)
Initializes a new instance of the Device
Declaration
public DeviceEventArgs(uint index, bool connected)
Parameters
Fields
Connected
Connected attribute.
Declaration
public bool Connected
Field Value
Type | Description |
---|---|
bool |
Index
The Index.
Declaration
public uint Index
Field Value
Type | Description |
---|---|
uint |