(C) 1998 AROS - The Amiga Research OS


NAME
#include <intuition/intuition.h>
#include <proto/intuition.h>

void ReportMouse (flag , window)

LOCATION
In IntuitionBase at offset 39

SYNOPSIS
LONG flag
struct Window * window

FUNCTION
Enable or disable the window flag REPORTMOUSE. If the flag is set, you will receive IDCMP event every time the user moves the mouse.

INPUTS
flag
Enable (TRUE) or disable (FALSE) the reports.
window
Do it in this window.

RESULT
None.

EXAMPLE

SEE ALSO

NOTES
As you might have noticed, the arguments are twisted.

BUGS

INTERNALS

HISTORY