screen_wait_vsync()

From ENIGMA
Revision as of 18:53, 14 November 2013 by RobertBColton (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Causes the program to sleep until the next vertical synchronization of the display.

Parameters

Parameter Description
none this function has no parameters

Return Values

void: This function does not return anything.

Example Call

// demonstrates waiting for the next vertical synchronization of the display
screen_wait_vsync();