0

I want to simulate a mouse click in a video game that is minimized.

The video game I am doing this for allows macroing like this, so it's all good.

However, the game uses direct input so using PostMessage and SendMessage is not working.

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794

1 Answers1

0

Try using the SendInput API instead.

S.Skov
  • 707
  • 4
  • 8