(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/intuition_protos.h>

void SetPointer (window , pointer , height , width , xOffset , yOffset)

LOCATION
In IntuitionBase at offset 45

SYNOPSIS
struct Window * window
UWORD * pointer
LONG height
LONG width
LONG xOffset
LONG yOffset

FUNCTION
Changes the shape of the mouse pointer for a given window.

INPUTS
window
Change it for this window
pointer
The shape of the new pointer as a bitmap with depth 2.
height
Height of the pointer
width
Width of the pointer (must be <= 16)
xOffset, yOffset
The offset of the "hot spot" relative to the left, top edge of the bitmap.

RESULT

EXAMPLE

SEE ALSO
ClearPointer()

NOTES

BUGS

INTERNALS

HISTORY
16.01.1999 hkiel
Added aros_print_not_implemented()
20.10.1998 hkiel
Amiga Research OS
13.02.1997 digulla
New functions