David Krutsko
David Krutsko
Looks great, I'll prep for a new release today.
Hi, I'm sorry for the late response. `Native/Addon` is the V8-specific code that binds the JavaScript portion of the library to the C++ version of robot. `Native/Robot` is a clone...
Yeah, Node is a bit harder to compile because you have to set up a compiler, `node-gyp` and more but [this document](http://getrobot.net/docs/node.html#compiling) explains the entire process for all platforms. Sounds...
What game is this? Does it work with the Java Robot class in this game?
Interesting, the keypress logic is the same as Java, so you can almost rule out in-game protections. would something like `keyboard.click ('q')` work. Perhaps you need `shift`? In which case...
I remember looking at a game a while back where if the window was not in focus, it would ignore all input, this doesn't apply in this case. It also...
Could you please also tell me what OS you're using?
@kiddyfurby Sorry for the late reply. I'm actually aware that some apps refuse to work and I think it's due to a [special flag](https://pastebin.com/rj4YcW4C) that windows uses when calling [SendInput](https://msdn.microsoft.com/en-us/library/windows/desktop/ms646310(v=vs.85).aspx)....
Is the `Copy (Image&)` function needed if we can just use the copy constructor?
With #53 and #77 being considered, it might be worth implementing functionality to allow users to select the type of access rights they want to open a process with. However,...