hey all,
LokiPoe.Type works, but it types out each character individually
so for example in AutoResync.cs, it will type out /oos, but only one character at a time. This can take awhile, and your character is unresponsive and being attacked during this time
in AutoHotkey there is 'Send' which is the equivalent of LokiPoe.Type
But there is also a 'SendInput' command, which buffers what you want to type, and types it all at once which is far quicker
is there an equivalent command in the API?
Thanks!
LokiPoe.Type works, but it types out each character individually
so for example in AutoResync.cs, it will type out /oos, but only one character at a time. This can take awhile, and your character is unresponsive and being attacked during this time
in AutoHotkey there is 'Send' which is the equivalent of LokiPoe.Type
But there is also a 'SendInput' command, which buffers what you want to type, and types it all at once which is far quicker
is there an equivalent command in the API?
Thanks!