10 lines
100 B
C#
10 lines
100 B
C#
namespace Valve.VR
|
|
{
|
|
public struct VRControllerAxis_t
|
|
{
|
|
public float x;
|
|
|
|
public float y;
|
|
}
|
|
}
|