Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't find .SimulateTextEntry #24

Open
xychix opened this issue Apr 5, 2019 · 4 comments
Open

can't find .SimulateTextEntry #24

xychix opened this issue Apr 5, 2019 · 4 comments

Comments

@xychix
Copy link

xychix commented Apr 5, 2019

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)

@TThanushan
Copy link

TThanushan commented Apr 30, 2019

It seems that the method name is TextEntry().

This should work :

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

@dposea
Copy link

dposea commented May 13, 2019

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

@DavidInvenio
Copy link

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?

@codeulike
Copy link

oh crap. So its more like a DontReadMe.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants