Add telemetry event for FZ editor (#1294)

* trace zones settings changes
This commit is contained in:
Seraphima Zykova
2020-02-17 19:40:02 +03:00
committed by GitHub
parent 93f88800b8
commit 604070763d
4 changed files with 96 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ public:
public:
static void EnableFancyZones(bool enabled) noexcept;
static void OnKeyDown(DWORD vkCode, bool win, bool control, bool inMoveSize) noexcept;
static void DataChanged() noexcept;
};
static void SettingsChanged(const Settings& settings) noexcept;