Hi! When receiving a mouse move event, I'd like to be able to peek at the queue of pending Evas events to see if there are any *other* mouse-move events pending, so that I can react to the most recent - otherwise my app redraws the screen at every pixel motion of teh mouse, which can get horribly slow.
I haven't managed to find anything of the kind in the Enlightenment manuals, something like SDL's if (SDL_PeepEvents(eventp, 1, SDL_GETEVENT, SDL_EVENTMASK(SDL_MOUSEMOTION)) == 1) { Is there maybe a way to do this that I'm missing? Thanks! M _______________________________________________ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users