Change the mouse used by Sikuli

Asked by pubavirer

Hi,
I'm running Sikuli on Windows 10 and using a software called Pluralinput in order to have two independent cursors.
Is there a way to force Sikuli to use the secondary pointer and not the default system pointer ?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
pubavirer
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

Sikuli internally uses the features of Java AWT Robot.

So you have to find out, wether the Pluralinput features are accessible by Java somehow.

Revision history for this message
pubavirer (pubavirer) said :
#2

Thanks RaiMan, I'll look into it.

Revision history for this message
Cam (ccreynolds2015) said :
#3

If you happen to find a solution for this pubavirer, I would love to learn it from you as I am looking for this answer as well.