> char tecla(struct mouseClick evento, HANDLE wHnd);
Look in evento to see what the button states are.
Make tecla return a value when the button is pressed (or released).

Perhaps modify the...