Hi, I am trying to write some code that will execute a virtual keypress. I know that the function is keybd_event() under 32. So I imported ctypes and when I call the function I write
ctypes.windll.user32.keybd_event(....).
However, I do not know what parameters to use. I just want to know how to do Left Right Up and Down.
Thanks for your help,
Jordan