cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Mouse in CMD
Mouse in CMD
Nov 9, 2011 at 1:06pm UTC
Gonzalo
(3)
Is it possible to make the mouse work in a CMD program?
Like if you click on "exit" the program activates an exitprogram function?
Nov 9, 2011 at 2:24pm UTC
webJose
(2948)
Maybe there's a way, but I just don't know it. If you need mouse functionality, you should program a GUI application.
BTW, I can only speak for Windows. Dunno if you are referring to other OS.
Nov 9, 2011 at 2:29pm UTC
Gonzalo
(3)
Oh, well, isn't GUI's hard to make? I'm pretty new with C++
Nov 9, 2011 at 2:42pm UTC
webJose
(2948)
It is considerably more boilerplate code, but I stress again, that it is boilerplate. You end up memorizing the steps and that's it. The skeleton of a Windows application is maybe 80 or so lines of code.
Nov 9, 2011 at 2:53pm UTC
Gonzalo
(3)
Okay, thanks.
I guess I'll port my text based RPG to GUI D:
Topic archived. No new replies allowed.