[Overview][Constants][Types][Procedures and functions][Variables] |
Unlock screen update.
Source position: videoh.inc line 117
procedure UnlockScreenUpdate; |
UnlockScreenUpdatedecrements the screen update lock count with one if it is larger than zero. When the lock count reaches zero, the UpdateScreenwill actually update the screen. No screen update will be performed as long as the screen update lock count is nonzero. This mechanism can be used to increase screen performance in case a lot of writing is done.
It is important to make sure that each call to LockScreenUpdateis matched by exactly one call to UnlockScreenUpdate
For an example, see GetLockScreenCount.
None.
|
Prevent further screen updates. |
|
|
Get the screen lock update count. |
|
|
Update physical screen with internal screen image. |