Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Programmers Reference 0.02b - <b>int 33h, 02h (2) hide cursor</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 33h,  02h (2)        Hide cursor

    Hides the cursor fron the screen and Decrements the Internal Cursor Flag

       On entry:      AX         02h

       Returns:       Nothing

  --------------------------------------------------------------------------

    Function 2 removes the cursor from the screen and decrements the
    internal cursor flag. When the cursor is hidden, it continues to track
    the motion of the mouse, changing position as the mouse changes
    position.

    Use this function before You change any area of the screen that contains
    the cursor. This will ensure that the cursor won't affect the data
    written to the screen.

    Remember that each time Your program calls this function, it must call
    function 1 later on to restore the internal cursor flag to its previous
    value.

See Also: INT 33h, 01h INT 33h, 00h Cursor Flag

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