When Colour Under Mouse = "" Call apimouseevent LEFTDOWN

Hello everyone! My name is layne and I'm currently learning C++

Basically I want to have a program that detects the colour under the mouse and when the colour(s) under the mouse equals a certain colour then the program will execute a click. Thanks, Layne
It depends on what you are trying to track.
For the standard Windows desktop and programs, google around "C/C++ screen snapshot".
You'll also need to learn about keyboard hooks.

Frankly, I think you are wasting your time on this project. Why not try to do something cooler, like write your own game?
Topic archived. No new replies allowed.