/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/MouseUtils/FindMyMouse/trace.h
14 строк
491 B
Kai Tao
Find My Mouse: Add telemetry for trigger source (#44446)
05 янв 2026, 06:12
Не верифицирован
05 янв 2026, 06:12
1438a62
Код
Авторство
О чём код?
#pragma once #include <common/Telemetry/TraceBase.h> class Trace : public telemetry::TraceBase { public: // Log if the user has FindMyMouse enabled or disabled static void EnableFindMyMouse(const bool enabled) noexcept; // Log that the user activated the module by focusing the mouse pointer // activationMethod: 0 = DoubleLeftControlKey, 1 = DoubleRightControlKey, 2 = ShakeMouse, 3 = Shortcut static void MousePointerFocused(const int activationMethod) noexcept; };