SadConsole.Consoles.Cursor.Cursor C# (CSharp) Method

Cursor() public method

Creates a new instance of the cursor class that will work with the specified console.
public Cursor ( SurfaceEditor console ) : System
console SurfaceEditor The console this cursor will print on.
return System
        public Cursor(SurfaceEditor console)
        {
            _console = new WeakReference(console);

            Constructor();
        }

Same methods

Cursor::Cursor ( ) : System
Cursor::Cursor ( ITextSurface surface ) : System