From: "abacuc" Newsgroups: comp.os.msdos.djgpp Subject: Re: mouse in text_mode Date: Thu, 8 Jun 2000 17:12:05 +0200 Organization: Tiscali Spa Lines: 20 Message-ID: <8hodoo$jdv$1@pegasus.tiscalinet.it> References: <8hnvn2$ds9$1 AT pegasus DOT tiscalinet DOT it> NNTP-Posting-Host: rm1-108.dialup.tiscalinet.it X-Trace: pegasus.tiscalinet.it 960477784 19903 62.11.119.108 (8 Jun 2000 15:23:04 GMT) X-Complaints-To: newsadmin AT tiscali DOT it NNTP-Posting-Date: 8 Jun 2000 15:23:04 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thank you Sir "Prashant TR" ha scritto nel messaggio news:m3wvk02uwv DOT fsf AT vsnl DOT net DOT in... > "abacuc" writes: > > > I want to know if is possible to use the mouse in text_mode and if i can do > > this where can i find information,libraries and tutorial about this. > > Naturally under DJGPP & C (not C++)! > > Interrupt 33h is reserved entirely for the mouse. The Ralf Brown's > interrupt list contains a detailed listing of all these functions. > > http://www.ctyme.com/rbrown.htm > > The FAQ also has a section that tells you how to setup a mouse > handler. That could help you as well.