next up previous contents index
Next: ShowMouse Up: Functions and procedures Previous: SetMouseXRange

SetMouseYRange

   

Declaration:

Procedure SetMouseYRange (Min, Max: Longint) ;

Description:

SetMouseYRange sets the minimum (Min) and maximum (Max) vertical coordinates in between which the mouse cursor can move.

While Min and Max are Longint parameters, only the lower 16 bits are used.

Errors:

None.

See also:

SetMouseXRange, SetMouseWindow

For an example, see SetMouseXRange.



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998