Mapping Keyboard And Mouse Movement To Background Web Page
I am doing my Google Summer of Code project. In this project I am capturing the screen using Google Chrome's Screen Capture extension and then displaying it on my webpage. Now I wa
Solution 1:
I think that you mean you want to send mouse and keyboard clicks to a hidden window using AutoIt?
- to send keyboard typing, use
ControlSend
- to send mouse clicks, use
ControlClick
You must get the control ID of the window first.
Post a Comment for "Mapping Keyboard And Mouse Movement To Background Web Page"