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