Name
ShowHidePointer -- show or hide the mouse pointer (V6.0)
Synopsis
void ShowHidePointer(APTR handle, int show);
Function
This function must show or hide the mouse pointer for the specified display.

Inputs
handle
display handle returned by OpenDisplay()
show
True to show the pointer, False to hide it

Show TOC