Files
2026-02-21 16:45:37 +08:00

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;
}
}