Added closing animations (reverse of open)
This commit is contained in:
parent
7f1f14fe85
commit
15553804d6
5 changed files with 58 additions and 26 deletions
|
|
@ -82,6 +82,8 @@ public:
|
|||
CAnimatedVariable m_fAlpha;
|
||||
bool m_bFadingOut = false;
|
||||
bool m_bReadyToDelete = false;
|
||||
Vector2D m_vOriginalClosedPos; // these will be used for calculations later on in
|
||||
Vector2D m_vOriginalClosedSize; // drawing the closing animations
|
||||
|
||||
// For hidden windows and stuff
|
||||
bool m_bHidden = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue