示例#1
0
        private void UpdateAxes()
        {
            Utils.Swap(ref _axes, ref _axesPrevious);

            var axes = GLFW.GetJoystickAxes(Id);

            SetAxes(axes);
        }