Delegate VRInputDeviceEventHandler
An event handler delegate relating to a VR input device.
Namespace: Liminal.SDK.VR
Assembly: Liminal.SDK.dll
Syntax
public delegate void VRInputDeviceEventHandler(IVRDevice vrDevice, IVRInputDevice inputDevice);Parameters
| Type | Name | Description | 
|---|---|---|
| IVRDevice | vrDevice | The IVRDevice that event relates to. | 
| IVRInputDevice | inputDevice | The IVRInputDevice the event relates to. |