Class NetInput | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Console input implementation that uses native dotnet methods e.g. Console.
public class NetInput : ConsoleInput<ConsoleKeyInfo>, IConsoleInput<ConsoleKeyInfo>, IDisposable
Inheritance
NetInput
Implements
Inherited Members
Constructors
Creates a new instance of the class. Implicitly sends console mode settings that enable virtual input (mouse reporting etc).
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
When implemented in a derived class, returns true if there is data available to read from console.
Returns the available data without blocking, called when Peek()returns true.