Hi. I'm have a square(white color) in my screen. Now i get the mouse position(x and y) through this code:
I want to know if the mouse is on the my square.Code :POINT pt; GetCursorPos(&pt);
How to know the color of mouse position(x,y) on the screen?