Page 1 of 1

Missing documentation for Run() and Execute()

Posted: Thu Jan 03, 2013 12:32 pm
by Allanon
Hello Andreas,
in the change log I've seen you have implemented an additional parameter to the commands Run() and Execute() so they don't force key state reset but there is no mention of it in the relative documentation pages, can you briefly explain it?
The additional parameter is just a boolean parameter like
Run("mystuff", True) ?

Re: Missing documentation for Run() and Execute()

Posted: Thu Jan 03, 2013 1:29 pm
by airsoftsoftwair
Yes, I deliberately didn't add this to the documentation because it is a sort of a workaround. To use it, pass FALSE in the second argument (it defaults to TRUE which means reset the key states).

Re: Missing documentation for Run() and Execute()

Posted: Thu Jan 03, 2013 5:27 pm
by Allanon
Oki, thank you :)