MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / MARGINS

Class MARGINS

core/src/utils/window.cc:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#if OS_WIN
4
5struct MARGINS
6{
7 int cxLeftWidth;
8 int cxRightWidth;
9 int cyTopHeight;
10 int cyBottomHeight;
11};
12
13enum ACCENT_STATE
14{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected