10 lines
128 B
C#
10 lines
128 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VREvent_Property_t
|
|
{
|
|
public ulong container;
|
|
|
|
public ETrackedDeviceProperty prop;
|
|
}
|
|
}
|