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

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

Captures the state of all the input devices.
This method captures the state of all input devices and stores it internally for use when the enquiry methods are next called. This is done to ensure that all input is captured at once and therefore combinations of input are not subject to time differences when methods are called.
public abstract Capture ( ) : void
Результат void
		public abstract void Capture();