| 
Docs » Autodocs » intuition.library » SetMouseQueue 
 	SetMouseQueue -- Change limit on pending mouse messages. (V36)
 	oldQueueLength = SetMouseQueue( Window, QueueLength )D0                              A0      D0
 LONG SetMouseQueue( struct Window *, UWORD );
 
 	Changes the number of mouse messages that Intuition will allowto be outstanding for your window.
 
 	Window = your windowQueueLength = the new value of outstanding mouse movement messages
 you wish to allow.
 
 	-1 if 'Window' is not knownOpenWindow()Otherwise the previous value of the queue limit.
 The corresponding function for changing the repeat key
 queue limit is not yet implemented.
 
 |