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