Name
FreePointer -- free a custom mouse pointer (V6.0)
Synopsis
void FreePointer(APTR handle);
Function
This function has to free a mouse pointer handle allocated by CreatePointer(). Hollywood will make sure that this function is only called if the custom mouse pointer is no longer attached to any display.

Inputs
handle
pointer handle returned by CreatePointer()

Show TOC