Is there a way to get mouse input with out including Windows.h? For console based applications.
Thanks
This is a discussion on Mouse Input within the C Programming forums, part of the General Programming Boards category; Is there a way to get mouse input with out including Windows.h? For console based applications. Thanks...
Is there a way to get mouse input with out including Windows.h? For console based applications.
Thanks
Uh, curses? Still on Windows or no or what's the deal?
Yeah still on windows in C, getting a mouse to work with out including Windows.h in a regular console window.
Is there some particular reason that you don't want to include windows.h?