Axiom.Input.InputReader.IsKeyPressed C# (CSharp) Method

IsKeyPressed() public abstract method

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