mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Added OnCloseAction
This commit is contained in:

committed by
Birunthan Mohanathas

parent
024a720c11
commit
7d0706c56a
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user