aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_text.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-29 19:29:28 -0400
committerPaul Gilbert2016-07-10 16:37:24 -0400
commit6ec129d188a2b5b86dba6540b38a959bbf8b2491 (patch)
tree312a0ffb0e0c91afeec2465c62789bfb9a1c09a9 /engines/titanic/pet_control/pet_text.h
parent5d087a8fcd709550ec14fc6b01acf045f8d6614b (diff)
downloadscummvm-rg350-6ec129d188a2b5b86dba6540b38a959bbf8b2491.tar.gz
scummvm-rg350-6ec129d188a2b5b86dba6540b38a959bbf8b2491.tar.bz2
scummvm-rg350-6ec129d188a2b5b86dba6540b38a959bbf8b2491.zip
TITANIC: Added PET Conversations enter, PET Timers, and Text Cursor show
Diffstat (limited to 'engines/titanic/pet_control/pet_text.h')
-rw-r--r--engines/titanic/pet_control/pet_text.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_text.h b/engines/titanic/pet_control/pet_text.h
index dd1547bff4..2b68b743c2 100644
--- a/engines/titanic/pet_control/pet_text.h
+++ b/engines/titanic/pet_control/pet_text.h
@@ -230,6 +230,12 @@ public:
* @returns True if the Enter key was pressed
*/
bool handleKey(char c);
+
+ /**
+ * Attaches the current system cursor to the text control,
+ * and give it suitable defaults
+ */
+ void showCursor(int mode);
};
} // End of namespace Titanic