8 lines
87 B
C#
8 lines
87 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VREvent_Controller_t
|
|
{
|
|
public uint button;
|
|
}
|
|
}
|