Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int 33 - ms mouse - return position and button status http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 33 - MS MOUSE - RETURN POSITION AND BUTTON STATUS
        AX = 0003h
Return: BX = button status
           bit 0  left button pressed if 1
           bit 1  right button pressed if 1
           bit 2  middle button pressed if 1 (Mouse Systems/Logitech mouse)
        CX = column
        DX = row
SeeAlso: AX=0004h

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