(C) 1998 AROS - The Amiga Research OS


NAME
#include <proto/intuition.h>

void GadgetMouse (gadget , ginfo , mousepoint)

LOCATION
In IntuitionBase at offset 95

SYNOPSIS
struct Gadget * gadget
struct GadgetInfo * ginfo
WORD * mousepoint

FUNCTION
Determines the current mouse position relative to the upper-left corner of a cusrom gadget. It is recommended not to call this function!

INPUTS
gadget
The gadget to take as origin
ginfo
The GadgetInfo structure as passed to the custom gadget hook routine
mousepoint
Pointer to an array of two WORDs or a structure of type Point

RESULT
None. Fills in the two WORDs pointed to by mousepoint.

EXAMPLE

SEE ALSO

NOTES
This function is useless, because programs which need this information can get it in a cleaner way. It is recommended not to call this function!

BUGS

INTERNALS

HISTORY
11.02.1999 hkiel
Added empty skeletons