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

12 lines
136 B
C#

namespace Valve.VR
{
public struct VREvent_Scroll_t
{
public float xdelta;
public float ydelta;
public uint repeatCount;
}
}