1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 07:41:21 +00:00
qb64/source/subs_functions
FellippeHeitor d911e3d01e Implements _ALLOWFULLSCREEN to set how ALT+ENTER behaves. Closes #22.
Syntax:
    _ALLOWFULLSCREEN [{_STRETCH|_SQUAREPIXELS|_OFF|_ALL}][,{_SMOOTH|_OFF|_ALL}]

Existing _FULLSCREEN statement is not bound by _ALLOWFULLSCREEN's settings, only the ALT+ENTER key combo.
2018-06-29 11:30:14 -03:00
..
extensions/opengl Fixed a typo in opengl_methods.bas 2018-05-22 19:36:49 +05:30
subs_functions.bas Implements _ALLOWFULLSCREEN to set how ALT+ENTER behaves. Closes #22. 2018-06-29 11:30:14 -03:00