/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/ZoomIt/ZoomItModuleInterface/trace.h
18 строк
654 B
Alex Mihaiuc
Add ZoomIt panoramic screenshot functionality (#46506)
26 мар 2026, 15:21
Не верифицирован
26 мар 2026, 15:21
c83dd97
Код
Авторство
О чём код?
#pragma once #include <common/Telemetry/TraceBase.h> class Trace : public telemetry::TraceBase { public: // Log if the user has ZoomIt enabled or disabled static void EnableZoomIt(const bool enabled) noexcept; static void ZoomItStarted() noexcept; static void ZoomItActivateBreak() noexcept; static void ZoomItActivateDraw() noexcept; static void ZoomItActivateZoom() noexcept; static void ZoomItActivateLiveZoom() noexcept; static void ZoomItActivateDemoType() noexcept; static void ZoomItActivateRecord() noexcept; static void ZoomItActivateSnip() noexcept; static void ZoomItActivateSnipOcr() noexcept; };