Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_crsizeup() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_CRSIZEUP()

 DESCRIPTION

 The C_CRSIZEUP() function returns the starting line of the real cursor.

 SYNTAX

 C_CRSIZEUP()

 PARAMETERS

 There are no parameters.

 RETURNS

 C_CRSIZEUP() returns the numeric starting line of the cursor (0 - 15).

 EXAMPLES

 cr_up = c_crsizeup()      && Get starting line of cursor
 cr_dn = c_crsizedn()      && Get ending line of cursor

 c_cursize(3,0)            && Set cursor size to a full block
 ...
 ...                       && Do user input routine
 ...
 c_cursize(cr_up,cr_dn)    && Set cursor back to the way it was


See Also: C_CRSIZEDN() C_CURSIZE() C_SETCURSOR() C_ISCURSOR()

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