Mouse Interaction [closed]
How can I make mouse interaction with c environment in windows platform?
Just ANSI C does not have the ability to do GUI applications. You need to use GUI libraries to perform mouse interactions.
Libraries such as Windows API, XWindows (there are tons more, these are the "core" basic libraries) are what you need.
What platform are you developing on?
精彩评论