mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
.. | ||
dllmain.cpp | ||
example_powertoy.rc | ||
example_powertoy.vcxproj | ||
example_powertoy.vcxproj.filters | ||
pch.cpp | ||
pch.h | ||
README.md | ||
resource.h | ||
trace.cpp | ||
trace.h |
Example PowerToy
Introduction
This PowerToy serves as a sample to show how to implement the PowerToys interface when creating a PowerToy. It also showcases the currently implemented settings.
Options
This module has a setting to serve as an example for each of the currently implemented settings property:
- BoolToggle property
- IntSpinner property
- String property
- ColorPicker property
- CustomAction property
Code organization
dllmain.cpp
Contains DLL boilerplate code and implementation of the PowerToys interface.
trace.cpp
Contains code for telemetry.