Int 33/AX=0003h

Prev Next Ralf Interrups Categories Contents

------

MS MOUSE v1.0+ - RETURN POSITION AND BUTTON STATUS

AX = 0003h

Return:
BX = button status (see #03168) CX = column DX = row

Note: In text modes, all coordinates are specified as multiples of the cell size, typically 8x8 pixels

See Also: AX=0004h - AX=000Bh - INT 2F/AX=D000h"ZWmous"

Bitfields for mouse button status: Bit(s) Description (Table 03168) 0 left button pressed if 1 1 right button pressed if 1 2 middle button pressed if 1 (Mouse Systems/Logitech/Genius)

Category: Mouse/Pointing Device - Int 33h - M

------

Prev Next Ralf Interrups Categories Contents