click the screen

In c++ is there a way to let the user like click the screen and make something happen in a reagular console program. Not graphics
Yes. Which OS?
what do you mean os
Last edited on
Operating System. There is a list here:
http://en.wikipedia.org/wiki/List_of_Operating_Systems
Last edited on
oh like windows. I have windows 7
Yes. Check this: http://www.cplusplus.com/forum/lounge/65208/
In the function 'OnEvent' of the class CBack, you can check for events, like mouse click or key press.
Last edited on
Topic archived. No new replies allowed.