Method | Description | |
---|---|---|
LowLevelTestConsole ( ) : System | ||
LowLevelTestConsole ( IEnumerable |
||
Read ( ) : |
||
ReadCharacterAt ( int x, int y ) : char? | ||
WriteAtCursorAndMove ( char key ) : void |
Method | Description | |
---|---|---|
AddLineToBuffer ( ) : void | ||
AddLinesToBuffer ( int lines ) : void |
public LowLevelTestConsole ( IEnumerable |
||
keySequence | IEnumerable |
|
return | System |
public ReadCharacterAt ( int x, int y ) : char? | ||
x | int | |
y | int | |
return | char? |
public WriteAtCursorAndMove ( char key ) : void | ||
key | char | |
return | void |