PowerToys/tools/FancyZones_DrawLayoutTest
FLOAT4 5381486c25
[FancyZones] Rename ZoneWindowDrawing -> ZonesDrawing (#14464)
* [FancyZones] Rename ZoneWindowDrawing -> ZonesOverlay

* [FancyZones] Rename ZoneWindowDrawing -> ZonesOverlay in tools and docs

Co-authored-by: float4 <float4-unspecified-mail>
2021-11-25 16:39:03 +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 [FancyZones] FancyZones draw layout test tool (#6358) 2020-09-04 11:55:26 +02: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.