-
Notifications
You must be signed in to change notification settings - Fork 230
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
Comments
It seems that the method name is TextEntry(). This should work :
|
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. |
oh crap. So its more like a DontReadMe.md |
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)
The text was updated successfully, but these errors were encountered: