[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Procedure CursorSize(UpLim,DownLim:Byte);

    This  sets  the  cursor  size.   Note  that  each  video  type  has a
    different maximum cursor size.

    All video systems use

    CursorSize(6,7);

    as the standard cursor and 99% of video cards use

    CursorSize($20,$20);

    to make the cursor vanish.

See Also: Procedure PushCursorSize; Procedure PopCursorSize;
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson