ref: 409e94a2debeea403d22bfd0be3dd559324ef80e dir: /src/WindowsWrapper.h/
#pragma once struct RECT { int left, top, right, bottom; }; bool SystemTask();