njWaitVSync Japanese
<-|INDEX|--
Waits for a vertical interrupt.

FORMAT

#include <Ninja.h>
void  njWiatVSync()

PARAMETERS

None

RETURN VALUE

None

ERROR VALUE

None

FUNCTION


EXAMPLE

njInitSystem( NJD_RESOLUTION_VGA, NJD_FRAMEBUFFER_MODE_RGB565, 1 );
njInitVertexBuffer( 100000, 0, 100000, 0 );
while(1) {
  njDrawLine2D( ... );
  ....
  njWaitVSync();
}

NOTES

The pdExecPeripheralServer function was absorbed to this function.
Implement without fail, because I am carrying out the acquisition of Periperal information with this function along with it.

RELATED TOPICS

njSetVSyncFunction()
njSetBackColor()

njWaitVSync
<-|INDEX|--

Copyright SEGA ENTERPRISES, LTD., 1997