We Talk Coding

How to make a programming language press keys or type?

I remember using a hack in a game where when I was about to die it used a health potion for me. Is there any programming language that you can program do that for you? Or was that something else?

Public Comments

  1. It's not a programming language feature. It's part of the operating system libraries, since they are responsible for providing the functionality to insert the input event into the event stream. Any programming language capable of making Windows API calls can invoke this functionality for Windows. Not sure of this in other operating systems.
Powered by Yahoo! Answers