Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_tcursor()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_TCURSOR()


Syntax:        L_TCURSOR(<expN1>,<expN2>,<expN3>)


Purpose:       To Define the Text Cursor if the mouse driver is
               loaded.


Arguments:     <expN1> is the type of cursor to be defined.
               0 = Software cursor
               1 = Hardware cursor

               <expN2> is the screen mask if a software cursor or the
               first scan line  for the hardware cursor.

               <expN3> is the cursor mask if a software cursor or the
               last scan line for the hardware cursor.

               Refer to L_CURSOR() for details of scan lines.


Usage:         This function controls the normal hardware cursor and
               ALSO controls a soft cursor which is supported in text
               modes.  A variety of type styles can be defined.

               When <expN1> has a value of 1 this function behaves
               exactly like L_CURSOR() which works regardless of the
               presence of the mouse and driver.

Returns:       Nothing.


Examples:      * Specify shape of soft cursor
               L_TCURSOR(0,0,3810)


Language:      Assembler

See Also: L_CURSOR()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson