[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


    NAME
        ClearPointer -- Clear the mouse pointer definition from a window.

    SYNOPSIS
        ClearPointer( window )
                      A0

        VOID ClearPointer( struct window * );

    FUNCTION
        Clears the window of its own definition of the Intuition mouse pointer.
        After calling ClearPointer(), every time this window is the active
        one the default Intuition pointer will be the pointer displayed
        to the user.  If your window is the active one when this routine
        is called, the change will take place immediately.

        custom definitions of the mouse pointer which this function clears
        are installed by a call to setpointer().

    INPUTS
        window = pointer to the window to be cleared of its pointer definition

    RESULT
        None

    BUGS

    SEE ALSO
        setwindowpointera(), setpointer()