[AlwaysOnTop]Pinning/unpinning telemetry (#21970)

This commit is contained in:
Seraphima Zykova
2022-11-16 12:00:22 +01:00
committed by GitHub
parent 6d9d4a7112
commit b8f1df776b
3 changed files with 29 additions and 1 deletions

View File

@@ -10,5 +10,7 @@ public:
{
public:
static void Enable(bool enabled) noexcept;
static void PinWindow() noexcept;
static void UnpinWindow() noexcept;
};
};