AcManager.Tools.Helpers.DirectInput.DirectInputDevice.GetAxle C# (CSharp) 메소드

GetAxle() 공개 메소드

public GetAxle ( int id ) : DirectInputAxle
id int
리턴 DirectInputAxle
        public DirectInputAxle GetAxle(int id) {
            return Axles.ElementAtOrDefault(id);
        }