Bool nwGetWindowPos( hWnd, *x, *y ) NWHWND hWnd Sint32 *x Sint32 *y
ウィンドウスタイルにNWD_WS_OFFSETが指定されている場合、座標は親ウィンドウからの相対座標となります。
Sint32 x, y; nwGetWindowPos(hWnd, &x, &y);