Please enable JavaScript to view this site.

A-Shell Reference

xcall MIAMEX, MX_MCRS, clickinfo, row, col

MX_MCRS (MIAMEX 125) retrieves information about the last mouse click (when mouse cursor reporting has been activated via TCRT 158). clickinfo returns a bitmap consisting of the following:

1   Left button

2   Right button

8   Double click (else single click)

 

For example, 1 is a standard left click, while 10 is a right double-click. row and col indicate the row, col position of the click.

See Also