From: Prashant TR Newsgroups: comp.os.msdos.djgpp Subject: Re: mouse in text_mode Date: 08 Jun 2000 18:26:32 +0530 Organization: VSNL Lines: 13 Message-ID: References: <8hnvn2$ds9$1 AT pegasus DOT tiscalinet DOT it> NNTP-Posting-Host: 203.197.177.100 X-Trace: news.vsnl.net.in 960506917 15551 203.197.177.100 (8 Jun 2000 23:28:37 GMT) X-Complaints-To: postmaster AT news DOT vsnl DOT net DOT in NNTP-Posting-Date: 8 Jun 2000 23:28:37 GMT X-Newsreader: Gnus v5.7/Emacs 20.5 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "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.