From: "Roger W. Huggins" Newsgroups: comp.os.msdos.djgpp Subject: Re: Mouse program in djgpp Date: Wed, 8 Jul 1998 03:26:07 -0700 Organization: Home Lines: 22 Message-ID: <6nvgga$28f$1@slave1.aa.net> References: <6ntr6e$sle$1 AT nnrp1 DOT dejanews DOT com> NNTP-Posting-Host: 206.125.86.24 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Try the website http://www.perplexed.com/GPMega/djgpp/input.htm . Endlisnis wrote in message ... >On Tue, 7 Jul 1998 dangfrancois AT my-dejanews DOT com wrote: >->Hi, >->Does someone has the source code in djgpp (without using Allegro) >->of it (+ init_mouse, show_mouse, hide_mouse, put_mouse if it is >->possible) ? >->Thanks for responding. > > Here's the code. I adapted this from Borland C++ code and it >worked. I didn't test the SetMouseInfo() function, but I think it works. > > If anyone has some (tested) code for sending your own >mouse-handler function to interrupt 0x33 (ah=0x0c). The FAQ (Section 18.8 >How to make DOS/BIOS call your function) has a version, which I've tried >to impliment, but it just crashes my computer whenever it tries to call my >function. Thanx. >