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 DeviceEventArgs class.
Declaration
public DeviceEventArgs(uint index, bool connected)
  Parameters
| Type | Name | Description | 
|---|---|---|
| uint | index | The index.  | 
      
| bool | connected | Is connected value.  | 
      
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 |