GetWindowPosition

メインウインドウのデスクトップ上の左上端座標を取得する(枠も含める)

version(Windows)
nothrow @nogc extern (C++, DxLib) extern
int
GetWindowPosition
(
int* x
,
int* y
)

Meta