inputsimulator icon indicating copy to clipboard operation
inputsimulator copied to clipboard

can't find .SimulateTextEntry

Open xychix opened this issue 5 years ago • 4 comments

InputSimulator.SimulateTextEntry("HELLO!");

this function is mentioned in the readme but I can't seem to find it in the source at all. Am I missing some parts? (I'm not a dev-ver)

xychix avatar Apr 05 '19 13:04 xychix

It seems that the method name is TextEntry().

This should work :

InputSimulator sim = new InputSimulator();
sim.Keyboard.TextEntry("HELLO!");

TThanushan avatar Apr 30 '19 16:04 TThanushan

SimulateKeyPress is also not found. I spent way too much time figuring out it did not exist.

dposea avatar May 13 '19 15:05 dposea

SimulateKeyPress is also not found. I spent way too much time figuring out it did not exist.

Yeah me too. Even downloaded and compiled the fork and it's the same. I kept thinking I had gotten an old build of it somehow. It's not that I don't appreciate the library, open and free to use.
But how hard can it be to update a single page of example code?

DavidInvenio avatar Apr 19 '20 08:04 DavidInvenio

oh crap. So its more like a DontReadMe.md

codeulike avatar Jun 08 '23 21:06 codeulike