{{DISPLAYTITLE:_RESIZEHEIGHT}} The [[_RESIZEHEIGHT]] function returns the user re-sized screen pixel width if [[$RESIZE]]:ON allows it and [[_RESIZE (function)|_RESIZE]] returns -1 {{PageSyntax}} ::: newHeight& = '''_RESIZEHEIGHT''' ''Details:'' * [[_RESIZE (function)|_RESIZE]] function must return -1 before the requested screen dimensions can be returned by the function. * The program should decide if the request is allowable for proper program interactions and view-ability. * '''QB64 GL''' programs only. Not available in QB64 SDL versions .954 and older. ''See also:'' * [[$RESIZE]] {{text|(ON allows user to resize)}} * [[_RESIZE (function)]] {{text|(returns user resize request)}} * [[_RESIZEWIDTH]] {{PageNavigation}}