1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 22:50:23 +00:00
QB64-PE/internal/help/_RESIZEHEIGHT.txt
2016-03-18 08:36:04 -03:00

21 lines
741 B
Plaintext

{{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}}