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