using UnityEngine; namespace CurvedUI { public struct ViveInputArgs { public uint controllerIndex; public float buttonPressure; public Vector2 touchpadAxis; } }