14 lines
178 B
C#
14 lines
178 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VREvent_t
|
|
{
|
|
public uint eventType;
|
|
|
|
public uint trackedDeviceIndex;
|
|
|
|
public float eventAgeSeconds;
|
|
|
|
public VREvent_Data_t data;
|
|
}
|
|
}
|