diff options
author | Max Horn | 2004-11-27 01:25:25 +0000 |
---|---|---|
committer | Max Horn | 2004-11-27 01:25:25 +0000 |
commit | 096f2b61103db3af432bdc5030b303e25a9f28a8 (patch) | |
tree | 64d5d6460a76afd944c8b0dd477ce98c4d01ae5b /gui/console.h | |
parent | 573cac958021b520f4bb9eaa8e3a59066bbbb5a6 (diff) | |
download | scummvm-rg350-096f2b61103db3af432bdc5030b303e25a9f28a8.tar.gz scummvm-rg350-096f2b61103db3af432bdc5030b303e25a9f28a8.tar.bz2 scummvm-rg350-096f2b61103db3af432bdc5030b303e25a9f28a8.zip |
Add slide animation effect to the console
svn-id: r15903
Diffstat (limited to 'gui/console.h')
-rw-r--r-- | gui/console.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/console.h b/gui/console.h index 7b5cef34ce..49dae71c8b 100644 --- a/gui/console.h +++ b/gui/console.h @@ -58,6 +58,9 @@ protected: bool _caretVisible; uint32 _caretTime; + + bool _slideUpAndClose; + uint32 _slideTime; ScrollBarWidget *_scrollBar; @@ -78,6 +81,8 @@ protected: float _widthPercent, _heightPercent; void reflowLayout(); + + void slideUpAndClose(); public: ConsoleDialog(float widthPercent, float heightPercent); |