10 lines
108 B
C#
10 lines
108 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VREvent_Screenshot_t
|
|
{
|
|
public uint handle;
|
|
|
|
public uint type;
|
|
}
|
|
}
|