PowerToys/tools/FancyZones_DrawLayoutTest
Andrey Nekrasov 6a2d9e4e39
Arm64 pending modules (#17972)
* [ARM64] Add arm64 configurations to tools projects

* [ARM64] Add arm64 configurations to FZ projects

* [ARM64] Add arm64 configurations to Awake project

* [ARM64] Add arm64 configurations to PowerRename projects

* [ARM64] Add arm64 configurations to update-related projects

* [ARM64] Add arm64 configurations to VCM projects

* [ARM64] Add arm64 configurations to ShortcutGuide project

* [ARM64] Add arm64 configurations to PreviewPane projects

* [ARM64] Add arm64 configurations to FindMyMouse projects

* [ARM64] Add arm64 configurations to KBM projects

* Project cleanup

Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com>
2022-05-11 11:35:18 +01:00
..
FancyZones_DrawLayoutTest.cpp [FancyZones] Rename ZoneWindowDrawing -> ZonesDrawing (#14464) 2021-11-25 16:39:03 +01:00
FancyZones_DrawLayoutTest.h [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00
FancyZones_DrawLayoutTest.rc [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00
FancyZones_DrawLayoutTest.sln [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00
FancyZones_DrawLayoutTest.vcxproj Arm64 pending modules (#17972) 2022-05-11 11:35:18 +01:00
FancyZones_DrawLayoutTest.vcxproj.filters [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00
framework.h [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00
README.md [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00
Resource.h [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02:00

Testing tool for drawing zone layout

This test tool is created in order to debug issues related to the drawing of zone layout on screen.

Currently, only column layout is supported with modifiable number of zones. Pressing w key toggles zone appearance on primary screen (multi monitor support not yet in place). Pressing q key exits application.

Application is DPI unaware which means that application does not scale for DPI changes and it always assumes to have a scale factor of 100% (96 DPI). Scaling will be automatically performed by the system.