How to see mouse cursor on output screen of turbo-c dos enviornment... Gain Infiniti

How to see mouse cursor on output screen of turbo-c dos enviornment...



#include<dos.h>

#include<stdio.h>
#include<conio.h>
union REGS i,o; 
void main()
{
       clrscr(); 
       i.x.ax=1;
       int86(0x33,&i,&o);
       printf("u can see your mouse cursor on output screen");
        getch();
}
..................................................................................................................................
This code is related to mouse programming.......In which ax is register which is declare as for see the mouse cursor on output screen......0x33 is code of mouse port.REGS(registerswhich delare as union .also include i,o for input,output.....

0 comments:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 

Design By Manish and Ranjan