Contents page

ClearIntuiMessages()


    USAGE

        void ClearIntuiMessages(Window)

    FUNCTION

        This is a quick cure for mouse ahead.
        If your task has been off doing that takes a while (like reading a file) and
        there is a danger that the user has impatiently on a lot of icons in the
        meantime, thumb your nose and call this routine. It will receive and reply
        all Intuition IntuiMessages events that have queued up. Be careful, though.
        All events are indiscriminately released, so if there is anything you must
        trap, don't call this routine.

    INPUTS

        Window = Pointer to the window we are waiting on.

    RESULT

        none (void)