Bool nwScrWinGetScroll( hWnd, *x, *y ) NWHWND hWnd Sint32 *x Sint32 *y
/* Resets scrolling */ Sint32 x, y; nwScrWinGetScroll(hWnd, &x, &y); nwScrWinSetScroll(hWnd, -x, -y);