How to click with the wheel ?

Asked by VincentDugue

Hello everyone, i'm using a new software and i have too click with the wheel (named B2 in the software) to open a specific window, and if we have more button on the mouse how to click with them in a Sikuli Script ?
Thanks for the answers :)

Question information

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

Not a feature currently.

You have to step down to the Java level and use the Java AWT Robot class.

Revision history for this message
VincentDugue (poussinjetaimetroo) said :
#2

Thanks RaiMan, that solved my question.