Bool nwSetWindowSize( hWnd, w, h ) NWHWND hWnd Sint32 w Sint32 h
/* Changes the width and height of the window's client area to (128, 64) */ nwSetWindowSize(hWnd, 128, 64);