HSPのウィンドウを中央に
; マクロ ; #define SetWndCenter width , , (ginfo(20)-ginfo(10))/2, (ginfo(21)-ginfo(11))/2 ; HSPのウィンドウを中央に x = (ginfo(20) - ginfo(10)) / 2 ; x座標 y = (ginfo(21) - ginfo(11)) / 2 ; y座標 width , , x, y ; 中央表示 stop