From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: mouse Date: Fri, 28 Jan 2000 16:32:13 +0200 Organization: NetVision Israel Lines: 7 Message-ID: <3891A86D.E838B489@is.elta.co.il> References: <389121F0 DOT 7B296CB5 AT sut DOT ru> NNTP-Posting-Host: ras1-p46.rvt.netvision.net.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.netvision.net.il 949069939 12166 62.0.172.48 (28 Jan 2000 14:32:19 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 28 Jan 2000 14:32:19 GMT X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en,ru,hebrew To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com rogach wrote: > > What is the best way to use interrupt: > - dpmi_int() or int86() in common cases and > particullary for mouse? __dpmi_int is better.