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