[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Set_Mouse_Cursor_Style


Purpose   Changes the appearance of the mouse cursor.

Decln.    Set_Mouse_Cursor_Style(ordChar:byte);

Remarks   OrdChar is the ASCII code for the desired character.

          In textmode, the shape of the mouse cursor can be any of the
          displayable ASCII characters.

          The default cursor is a small rectangle. Once the cursor style
          has been modified, it will assume the new style until the mouse
          is re-installed (usually from a reboot), or until this procedure
          changes it again.

Example

BEGIN
    SET_MOUSE_CURSOR_STYLE(29);
END;

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