mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
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.
