Bool nwGetWindowSize( hWnd, *w, *h ) NWHWND hWnd Sint32 *w Sint32 *h
Sint32 width, height; nwGetWindowSize(hWnd, &width, &height);