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