personal_training_martial_arts.Core.Button.justPushed C# (CSharp) Method

justPushed() public method

public justPushed ( ) : System.Boolean
return System.Boolean
        public Boolean justPushed()
        {
            if (this.state == BState.JUST_RELEASED)
                return true;
            else
                return false;
        }