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();