Files
2026-02-21 16:45:37 +08:00

12 lines
120 B
C#

namespace Valve.VR
{
public struct VREvent_Mouse_t
{
public float x;
public float y;
public uint button;
}
}