ref: b4bceb4faf7307ceb2a59cae1bbbd313ddc70e63 dir: /src/WindowsWrapper.h/
#pragma once struct RECT { union { int left; int front; }; int top; union { int right; int back; }; int bottom; }; bool SystemTask();