Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

SetMouseQueue

Change limit on pending mouse messages.

Declaration

Source position: intuition.pas line 4171

function SetMouseQueue(

  window: pWindow;

  queueLength: LongWord

):LongInt;

Arguments

window

  

Your window

queueLength

  

The new value of outstanding mouse movement messages you wish to allow.

Function 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.

Description

Change the number of mouse messages for your window to be allowed to be outstanding.

See also

OpenWindow

  

Open an Intuition window.


Documentation generated on: 2021-07-30