easimage
Functions
Utility functions

Utility functions. More...

Functions

void init_easimage ()
 Init easimage.
 
void quit_easimage ()
 Quit easimage. More...
 
void waitTime (unsigned int milliseconds)
 Delay for a given number of milliseconds. More...
 
long int GetTime ()
 GetTime. More...
 
int kbhit ()
 
int appProcEvents ()
 

Detailed Description

Utility functions.

Function Documentation

◆ GetTime()

long int GetTime ( )

GetTime.

Returns the current time in miliseconds. Current time is mesure as the elapsed time from the first call to GetTime(). First call to GetTime() returns 0L

◆ quit_easimage()

void quit_easimage ( )

Quit easimage.

Quit easimage.

◆ waitTime()

void waitTime ( unsigned int  msec)

Delay for a given number of milliseconds.

is the number of milisecond to wait.