mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
[FancyZones] Improve code quality (part 1: moved utils) (#23028)
This commit is contained in:
@@ -177,4 +177,6 @@ namespace FancyZonesUtils
|
||||
|
||||
RECT PrepareRectForCycling(RECT windowRect, RECT workAreaRect, DWORD vkCode) noexcept;
|
||||
size_t ChooseNextZoneByPosition(DWORD vkCode, RECT windowRect, const std::vector<RECT>& zoneRects) noexcept;
|
||||
|
||||
void SwallowKey(const WORD key) noexcept;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user