![[Contents]](../images/toc_d.gif) 
![[Index]](../images/index_d.gif) 
![[Help]](../images/help_d.gif) 
![[Retrace]](../images/retrace_d.gif) 
![[Browse <]](../images/prev.gif) 
![[Browse >]](../images/next.gif) 
NAME
    SetMouseQueue -- Change limit on pending mouse messages. (V36)
SYNOPSIS
    oldQueueLength = SetMouseQueue( Window, QueueLength )
    D0                              A0      D0
    LONG SetMouseQueue( struct Window *, UWORD );
FUNCTION
    Changes the number of mouse messages that Intuition will allow
    to be outstanding for your window.
INPUTS
    Window = your window
    QueueLength = the new value of outstanding mouse movement messages
      you wish to allow.
RESULT
    -1 if 'Window' is not known
    Otherwise the previous value of the queue limit.
    The corresponding function for changing the repeat key
    queue limit is not yet implemented.
BUGS
SEE ALSO
    OpenWindow()