Axiom.Demos.Browser.Xna.XnaInput.CheckKeyPressed C# (CSharp) 메소드

CheckKeyPressed() 공개 추상적인 메소드

public abstract CheckKeyPressed ( Axiom key, bool &isPressed ) : void
key Axiom
isPressed bool
리턴 void
        public abstract void CheckKeyPressed( Axiom.Input.KeyCodes key, out bool isPressed );
        public abstract void CheckMouseButtonPressed( Axiom.Input.MouseButtons button, out bool isPressed );