LogitechWingmanController.GetButton C# (CSharp) Метод

GetButton() публичный Метод

public GetButton ( LogitechWingmanController, buttonId ) : bool
buttonId LogitechWingmanController,
Результат bool
    public bool GetButton(LogitechWingmanController.eLogitechWingmanButtonId buttonId)
    {
        return GetButton((BaseController.eButtonId)buttonId);
    }