(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

void ClearPointer (window)

LOCATION
In IntuitionBase at offset 10

SYNOPSIS
struct Window * window

FUNCTION
Reset the mousepointer of this window to the default one. If the window is active during this call the pointer will immediately change its shape. Set custom mousepointers with SetPointer().

INPUTS
window
The window of which the mousepointer will be cleared

RESULT

EXAMPLE

SEE ALSO
SetPointer()

NOTES

BUGS

INTERNALS

HISTORY
16.01.1999 hkiel
Intial skeleton of functions