personal_training_martial_arts.Core.Button.justPushed C# (CSharp) Méthode

justPushed() public méthode

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