12 lines
120 B
C#
12 lines
120 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VREvent_Mouse_t
|
|
{
|
|
public float x;
|
|
|
|
public float y;
|
|
|
|
public uint button;
|
|
}
|
|
}
|