Hello.

How can i this algorithm in VC++ in a win32 console application:

if (left_mouse_button=clicked) and
(x>10) and (x<20) and (y=5)
then ...

(I program 100% of time in...