Mouse using reg instead of absolute

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
hubert
Newbie
Posts: 2
Joined: Fri Feb 04, 2011 2:17 pm

Mouse using reg instead of absolute

Post by hubert »

I am using qbasic 7.1 and I was looking for a mouse that doesn't use the absolute function.
I already have mouse that uses absolute and I use the old library for it.
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Post by burger2227 »

You can try Interrupt, but it won't be compatible with Qbasic.

PDS can't use SADD except with Absolute.

Both have the same mouse functions so there is no real difference.
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
OPRESION
Veteran
Posts: 61
Joined: Tue Jan 16, 2007 4:15 am
Location: Mexico

Post by OPRESION »

MY PAGE: http://Qbasic.phatcode.net" target="_blank
(I ONLY USE WINDOWS 98SE YET, BELIEVE IT OR NOT)
Post Reply