Class NetInputProcessor
Input processor for NetInput, deals in ConsoleKeyInfo stream
public class NetInputProcessor : InputProcessorImpl<ConsoleKeyInfo>, IInputProcessor, IDisposable
- Inheritance
-
NetInputProcessor
- Implements
- Inherited Members
Constructors
Methods
- Process(ConsoleKeyInfo)
Processes a single input element dequeued from InputQueue. Called sequentially for each dequeued value.