Public bug reported:

in the 
Mouse.hjava code, 
we can see :

r = Screen.getMouseRobot();

==> This will always use the "Sceen" implementation, whatever if the
user create another kind of screen ( like a VNCScreen )

It will be better to act on the screen defined by the location.


IScreen ScreenfromLocation = null ;
ScreenfromLocation = loc.getScreen();
r = ScreenfromLocation.getRobot();

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1572181

Title:
  Mouse.java use static "Screen" instead of one given by location

Status in Sikuli:
  New

Bug description:
  
  in the 
  Mouse.hjava code, 
  we can see :

  r = Screen.getMouseRobot();

  ==> This will always use the "Sceen" implementation, whatever if the
  user create another kind of screen ( like a VNCScreen )

  It will be better to act on the screen defined by the location.

  
  IScreen ScreenfromLocation = null ;
  ScreenfromLocation = loc.getScreen();
  r = ScreenfromLocation.getRobot();

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1572181/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to