8 lines
92 B
C#
8 lines
92 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VREvent_Overlay_t
|
|
{
|
|
public ulong overlayHandle;
|
|
}
|
|
}
|