Mouse Library MouseSprite() Object library
Programming guideline of WinDom

MouseWork()

NAME

MouseWork - mouse sprite animation.

PROTOTYPAGE

void MouseWork( void);

DESCRIPTION

MouseWork() changes the mouse sprite in order to give an impression of animation : the mouse looks like a turning disc. You have to call severals times the function to give an animation effect.

EXAMPLE

     	/* perform a background work ... *//
     	while( !end) {
     		MouseWork();
     		end = process();
     		EvntWindom( MU_MESAG);
     	}
     	graf_mouse( ARROW, 0L);
SEE ALSO

graf_mouse(), MouseSprite()