Restrict mouse pointer in Circle.

This program restricts mouse pointer in a circle i.e you can't move mouse out of a circle....
read morePosted by Tayyab
This program restricts mouse pointer in a circle i.e you can't move mouse out of a circle....
read morePosted by Tayyab
This program restricts mouse pointer in a rectangle. When this program is executed the mouse pointer is...
read morePosted by Tayyab
This program print which mouse button is clicked whether left or right, coordinates of the point where...
read morePosted by Tayyab
This program prints the x and y coordinates of current position of mouse pointer i.e. wherever you...
read morePosted by Tayyab
This program hides mouse pointer. We require to hide mouse pointer when we want to draw something...
read morePosted by Tayyab
This program displays mouse pointer in graphics mode. First graphics mode is initialized and then mouse using...
read morePosted by Tayyab
* Program to display mouse-pointer in text-mode */ #include<dos.h> #include<conio.h> int initmouse(); void showmouseptr(); union...
read more