windows - Keep C++ Program to be always running -


i have c++ program written windows, uses sendinput() emulate keyboard keys. program works , sends space key, works fine in icy tower (game) , character keeps on jumping. when tried game counter strike didn't jump , when tried pressing alt+tab switch between program , game found game jump once , sendinput() makes it's way. guess when program in background doesn't send keys game, there way around this?


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -