(C) 1998 AROS - The Amiga Research OS
NAME
#include <clib/intuition_protos.h>
LONG SetMouseQueue (window , queuelength)
LOCATION
In IntuitionBase at offset 83
SYNOPSIS
struct Window * window
UWORD queuelength
FUNCTION
Change the number of mouse messages for your window to be allowed to be outstanding.
INPUTS
window
the window
queuelength
the number of mouse messages to be allowed to be outstanding
RESULT
Returns -1 if the window is unknown otherwise the old value of the queuelength is returned.
EXAMPLE
SEE ALSO
OpenWindow()
NOTES
There should be a function for changing the repeat key queue limit, too.
BUGS
INTERNALS
HISTORY
14.02.1999 hkiel
Added empty skeletons