screen_redraw()

From ENIGMA
Jump to navigation Jump to search

Description

Immediately recalls all draw events and then processes a screen_refresh at the end to swap the back buffer. This is generally used to manually control your games update and rendering logic, not very common practice however.

Parameters

Parameter Description
none This function has no parameters.

Return Values

void: This function does not return anything.

Example Call

// demonstrates recalling all draw events
screen_redraw();