Axiom.Input.InputReader.IsKeyPressed C# (CSharp) Méthode

IsKeyPressed() public abstract méthode

Used to check if a particular key was pressed during the last call to Capture.
public abstract IsKeyPressed ( Axiom key ) : bool
key Axiom
Résultat bool
		public abstract bool IsKeyPressed( Axiom.Input.KeyCodes key );