aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/parser.h')
-rw-r--r--engines/avalanche/parser.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/avalanche/parser.h b/engines/avalanche/parser.h
index 3dd5d37827..748498816f 100644
--- a/engines/avalanche/parser.h
+++ b/engines/avalanche/parser.h
@@ -39,6 +39,7 @@ public:
byte _inputTextPos;
bool _quote; // 66 or 99 next?
byte _leftMargin;
+ bool _cursorState;
@@ -48,11 +49,19 @@ public:
void handleBackspace();
+ void handleReturn();
+
void plotText();
+ void cursorOn();
+
+ void cursorOff();
+
private:
AvalancheEngine *_vm;
+ void drawCursor();
+
};
} // End of namespace Avalanche