mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- Partially refactored bang handling code
- Renamed CMeasure::ExecuteBang to CMeasure::Command - Minor cosmetic changes and tweaks
This commit is contained in:
@ -62,7 +62,7 @@ public:
|
||||
bool HasDynamicVariables() { return m_DynamicVariables; }
|
||||
void SetDynamicVariables(bool b) { m_DynamicVariables = b; }
|
||||
|
||||
virtual void ExecuteBang(const WCHAR* args);
|
||||
virtual void Command(const std::wstring& command);
|
||||
|
||||
double GetValue();
|
||||
double GetRelativeValue();
|
||||
|
Reference in New Issue
Block a user