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