Added OnCloseAction

This commit is contained in:
Brian
2012-03-31 11:55:56 +03:00
committed by Birunthan Mohanathas
parent 024a720c11
commit 7d0706c56a
2 changed files with 7 additions and 0 deletions

View File

@ -372,6 +372,7 @@ private:
std::wstring m_MouseOverAction; // Action to run when mouse goes over the window
std::wstring m_MouseLeaveAction; // Action to run when mouse leaves the window
std::wstring m_OnRefreshAction; // Action to run when window is initialized
std::wstring m_OnCloseAction; // Action to run when window is closed
bool m_MouseOver;