Posts by Daniel • 11 points
1 post
-
1
votes1
answer131
viewsQ: Simulate keystroke - Delphi
Hello, I’m having trouble sending the keystroke in a game, I’m using Delphi, I tested functions like: SendMessage(hdle_do_game, WM_KEYDOWN , ord('a'), 0); keybd_event(65,0,0,0);…