We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda863d commit 746807dCopy full SHA for 746807d
Console/retro/Console.h
@@ -117,6 +117,7 @@ namespace retro
117
short rows = 0, cols = 0;
118
119
short cursorX, cursorY;
120
+ short savedCursorX, savedCursorY;
121
122
Rect dirtyRect = {};
123
@@ -161,6 +162,8 @@ namespace retro
161
162
void ClearEntireLine();
163
void ShowCursor(std::string args);
164
void HideCursor(std::string args);
165
+ void SaveCursorPosition(std::string args);
166
+ void RestoreCursorPosition(std::string args);
167
void SetCursorX(int newX);
168
int GetCursorX();
169
void SetCursorY(int newY);
0 commit comments