Project Description:
-function to detect the pixel color inside of another application.
The format would be like this: function(handle, x_coordinate, y_coordinate)
It should be able to do it even if the window doesn't have focus and another application covers it.
-function to click inside another application(without actually moving the mouse)
Same format function(handle, x_coordinate, y_coordinate)
It should be able to do it even if the window doesn't have focus and another application covers it.
Must be in C#