[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 INT 33 - MS MOUSE - RETURN BUTTON PRESS DATA

         AX = 0005h

         BX = button

             0 left

             1 right

 Return: AX = button states

             bit 0 left button pressed if 1

             bit 1 right button pressed if 1

         BX = number of times specified button has been pressed since last
              call

         CX = column at time specified button was last pressed

         DX = row at time specified button was last pressed

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

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson