Dilwyn Jones wrote:
> 100 REMark try to read pointer co-ordinates
> 110 driver_address = CHAN_L(#0,4)
> 120 REPeat loop
> 130 PRINT
> PEEK_W(driver_address+HEX('20')),PEEK_W(driver_address+HEX('22'))
> 140 END REPeat loopThe mouse position is really at $3c and $3e. $20 is the address of the open routine. However, this is definitely NOT the way to do it in application programs. Marcel
