I am testing components inside a JavaFX canvas inside an Eclipse RCP application and have to simulate a mouse left button click while ctrl (or shift, or ALT ..) is pressed.
Does anybody know how to solve this in ECL?
I am testing components inside a JavaFX canvas inside an Eclipse RCP application and have to simulate a mouse left button click while ctrl (or shift, or ALT ..) is pressed.
Does anybody know how to solve this in ECL?
Copyright © 2021 Jogjafile Inc.
You have to solve it using commands beginning with mouse- and use their -mask CTRL parameter.