12 lines
136 B
C#
12 lines
136 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VREvent_Scroll_t
|
|
{
|
|
public float xdelta;
|
|
|
|
public float ydelta;
|
|
|
|
public uint repeatCount;
|
|
}
|
|
}
|