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, 04h (4) set mouse cursor position</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 33h,  04h (4)        Set Mouse Cursor Position

    Sets the cursor to a specified position.

       On entry:      AX         04h
                      CX         Horizontal Coordinate
                      DX         Vertical Coordinate

       Returns:       Nothing

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

    Function 4 sets the mouse cursor to the specified horizontal and
    vertical screen coordinates. The parameter values must be within the
    horizontal and vertical ranges for the virtual screen.

    If the screen is mot in high resolution mode, the parameter values are
    rounded to the nearest horizontal and vertical coordinate values
    permitted for the current screen mode.

See Also: INT 33h, 03h Virtual Screen

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