LogitechWingmanController.GetButtonUp C# (CSharp) Method

GetButtonUp() public method

public GetButtonUp ( LogitechWingmanController, buttonId ) : bool
buttonId LogitechWingmanController,
return bool
    public bool GetButtonUp(LogitechWingmanController.eLogitechWingmanButtonId buttonId)
    {
        return GetButtonUp((BaseController.eButtonId)buttonId);
    }