Move the cursor with the mouse in basic editor

For posting library code and examples.
Post Reply
flyingcucco
Posts: 1
Joined: Sat Oct 05, 2024 11:29 pm

Move the cursor with the mouse in basic editor

Post by flyingcucco »

%MOUSE.PRG
SYS$400
MOUSE 1
Small TSR to test using the mouse to control the cursor in the BASIC editor. Click the LMB to place the text cursor where the mouse pointer is.
Attachments
mouse.prg
(69 Bytes) Downloaded 19 times
mouse.asm
(916 Bytes) Downloaded 21 times
Post Reply