Change limit on pending mouse messages.
Source position: intuition.pas line 3541
function SetMouseQueue( |
Window: PWindow; |
QueueLength: LongWord |
):LongInt; |
Window |
|
Your window |
QueueLength |
|
The new value of outstanding mouse movement messages you wish to allow. |
-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.
Change the number of mouse messages for your window to be allowed to be outstanding.
|
Open an Intuition window. |