Using Java Robot with Multiple Monitors

7 vues (au cours des 30 derniers jours)
Ruger28
Ruger28 le 14 Nov 2019
Commenté : Walter Roberson le 14 Nov 2019
Hello all,
I am using Java Robot to move my mouse, but it is not working across my dual monitor setup. I am using groot to track my current mouse location. When I attempt to move the mouse via mouse.mouseMove(x,y) it will not go across the monitor. Anyone have any insight on how to accompolish this?
import java.awt.Robot;
mouse = Robot;
mouse.mouseMove(0, 0);
  1 commentaire
Walter Roberson
Walter Roberson le 14 Nov 2019
sideways-relevant information https://github.com/TestFX/TestFX/issues/568 . The discussion mentions complications in getting it right.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Robotics dans Help Center et File Exchange

Produits


Version

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by