mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Fix telemetry event names
add setting changed event for ShortcutGuide
This commit is contained in:
committed by
Enrico Giordani
parent
b892e731d9
commit
dc34379344
@@ -4,6 +4,7 @@ class Trace {
|
||||
public:
|
||||
static void RegisterProvider() noexcept;
|
||||
static void UnregisterProvider() noexcept;
|
||||
static void EventHide(const __int64 duration_ms, std::vector<int> &key_pressed) noexcept;
|
||||
static void EnableShortcutGuide(bool enabled) noexcept;
|
||||
static void HideGuide(const __int64 duration_ms, std::vector<int> &key_pressed) noexcept;
|
||||
static void EnableShortcutGuide(const bool enabled) noexcept;
|
||||
static void SettingsChanged(const int press_delay_time, const int overlay_opacity, const std::wstring& theme) noexcept;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user