[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 33 Fn 0005  - MS Mouse V1.0+ - Return Button Press Data                [M]

   AX = 0005h
   BX = button
       0000h left
       0001h right
       0002h middle (Mouse Systems/Logitech mouse)

Return: AX = button states
       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)
   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

See Also: AX=0006h,INT 62/AX=007Ch

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