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 loop

The 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

Reply via email to