![]() |
| ||
| mouse functions for DOS Does anyone know of a source of mouse functions for a console application in the visual C++.net developement environment package? Thanks, Ross |
| ||
| Re: mouse functions for DOS win32 api GetConsoleCursorInfo() |
| ||
| Re: mouse functions for DOS I don't know about .NET, but the Win32 functions are all listed here: Console Functions (MSDN). You will need to enable mouse input with SetConsoleMode. You can read it using ReadConsoleInput. Use GetStdHandle to get a windows handle for the console input. Use GetNumberOfConsoleInputEvents to poll for any console input, or use the console input handle with one of the wait functions. Hope this helps. [EDIT] Alas, AD, the cursor info is for the little blinking square or underline in the output console display. |
| ||
| Re: mouse functions for DOS Quote:
|
| ||
| Re: mouse functions for DOS Here are some example console programs. I have not used to code for a few years, but since its win32 api functions I suppose the programs will work with modern compilers. |
| ||
| Re: mouse functions for DOS Quote:
Ross |
| ||
| Re: mouse functions for DOS The cost of MSDN is way more than a hobby programmer can justify |
| ||
| Re: mouse functions for DOS Those links don't work for you? [EDIT] Don't you dare put words in my mouth. If you want to edit your own posts again have fun. |
| ||
| Re: mouse functions for DOS Quote:
MSDN is FREE for god's sake. www.microsoft.com But I suspect you are talking about the subscriptions which have huge annual fees. |
| ||
| Re: mouse functions for DOS Ah, I understand what happened. Sorry RossSCann, I thought you had done the edit. (And I had flagged the post as "bad".) |
| All times are GMT -4. The time now is 6:36 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC