Im using windows and have 2 computers and using a KVM (Master View) to switch my mouse and keyboard source.
I wanted to create a batch file or a service that will run at the backgroud.
The service will detect the mouse position on the screen, and when the mouse reachs a certain edge it will virtually click on the kvm to swap source, then the mouse will move smothly between the screens and sources ( i dont mind a small lag i just dont want to physically click the KVM)
I searched an api for windows for KVM and couldnt find any. so i figured i can configure the KVM to do button swapping, then my batch will just virtually click those buttons once the mouse reachs the edge i configured.
can this be done?