ConsoleInput.start

StartResult start(ref EventLoop loop) @trusted nothrow

Start the console input reader.

Initializes the console handle, enables mouse and window events, and spawns the background reader thread.

Parameters

loopEvent loop to integrate with.

Returns

StartResult.OK on success, or an error variant on failure.