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);