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