Axiom.Input.InputReader.IsKeyPressed C# (CSharp) Метод

IsKeyPressed() публичный абстрактный Метод

Used to check if a particular key was pressed during the last call to Capture.
public abstract IsKeyPressed ( Axiom key ) : bool
key Axiom
Результат bool
		public abstract bool IsKeyPressed( Axiom.Input.KeyCodes key );