1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00
QB64-PE/internal/help/_AUTODISPLAY__11111111111.txt
Roland Heyder aeb9c0668b Updates help files for use with new Wiki parser (2nd try)
Note: Many files were removed (not yet existing/empty pages). The parser will try to download them on demand and will auto-generate text for missing pages (eg. most _gl pages).
2022-05-21 00:18:31 +02:00

24 lines
870 B
Plaintext

{{QBDLDATE:05-20-2022}}
{{QBDLTIME:23:06:33}}
{{DISPLAYTITLE:_AUTODISPLAY}}
The [[_AUTODISPLAY]] statement enables the automatic display of the screen image changes previously disabled by [[_DISPLAY]].
{{PageSyntax}}
:[[_AUTODISPLAY]]
{{PageDescription}}
* [[_AUTODISPLAY]] is on by default and displays the screen at around 30 frames per second (normal vertical retrace speed).
* [[_DISPLAY]] disables automatic graphic displays, but it also eliminates having to use PCOPY or page flipping when used correctly. Placing _DISPLAY after screen draws or other screen changes assures completion of the changes before they are displayed. The speed of QB64 code execution makes this a viable option.
* The [[_AUTODISPLAY (function)]] can be used to detect the current display behavior.
{{PageSeeAlso}}
* [[_DISPLAY]]
* [[_AUTODISPLAY (function)]]
{{PageNavigation}}