8 lines
88 B
C#
8 lines
88 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VREvent_Status_t
|
|
{
|
|
public uint statusState;
|
|
}
|
|
}
|