In the past few days, I’ve been occupied with university reports, but today, with a bit more free time on my hands, I pondered what to write about. After exploring forums and webpages, I decided to delve into the topic of mouse programming in C and C++. Having previously written numerous programs on this subject and explained the underlying theory, I thought it would be beneficial to share some links and brief descriptions of tutorials.

So what’s today? Today I will provide some links about mouse programming and little description about those tutorials.

Here is the first tutorial about mouse programming in C/C++.
This article describes interfacing of the mouse using C/C++ programming. It contains information about:

    • calling the mouse
    • hiding the mouse
    • setting the position of the mouse
    • restricting the mouse position.

David Brackeen talks about mouse programming and 256 color VGA programming. He provides tow examples one is for Turbo and one is for DJGPP 2.0.
http://www.brackeen.com/vga/mouse.html