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