VGA

blitStreamInit

Description

Initializes blit streaming.

Syntax

VGA.blitStreamInit( x, y, w )

Parameters

x - x coordinate of the pixel
y - y coordinate of the pixel
w - width of the blit

Returns

none

Example

VGA.blitStreamInit( 0, 0, VGA.getHSize() );

See also

  

Share |