Mouse in TC++

Posted on April 24, 2008. Filed under: Programming | Tags: , , , , , , |

Want to use mouse in C/C++ in DOS ? This section gives the basics to use a mouse in the 16-bit DOS world using C. The graphics mode used here is 640×480×16 color.
We use the int86() function to handle interrupts. Lets start. Put the declarations below first in your mouse header file.
REGS I,O;
SREGS s;
int visible,state;
1. [...]

Read Full Post | Make a Comment ( None so far )

Liked it here?
Why not try sites on the blogroll...