
- Forum
- Programming Talk
- C and C++
- Help me Understand the Graphics Function
Help me Understand the Graphics Function
This is a discussion on Help me Understand the Graphics Function within the C and C++ forums, part of the Programming Talk category; Hi All, I know about function initgraph() which takes the graphics driver and graphics mode as parameters. But I recently ...
-
Help me Understand the Graphics Function
Hi All,
I know about function initgraph() which takes the graphics driver and graphics mode as parameters. But I recently came across a function called initmouse( ). I could not guess the usage of this function. Can somebody explain me the usage of this function and what does this function return.
Regards,
Allan
-
Hi,
The name initmouse() suggests that it has got something to do with initializing mouse. But interesting!!! What is there to initialize in mouse. Initializing display and drivers is quite understandable. But in mouse what is there to initialize. So does it mean that my idea about initmouse() associated with initializing mouse is wrong. Someone suggest the correct answer.
Regards,
Norman
-
07-13-2006, 01:39 PM #3
Hi,
Yes, The name initmouse() suggests that it has got something to do with initializing mouse. There is lot to initialize in mouse . Because, C/C++ is a different IDE you need to reinitialize the mouse apart from your operating system environment ... note that you won't normally see a mouse pointer while veiwing your output screen untill & unless you use initmouse() function in your program...
-
Sponsored Ads

Reply With Quote





