spix icon indicating copy to clipboard operation
spix copied to clipboard

Extension of the mouseClick function (add proportion and offset)

Open 53845714nF opened this issue 1 year ago • 3 comments

Add new parameters (proportion and offset) to the mouseClick function. For the end User this will end in two new Functions mouseClickWithProportion and mouseClickWithOffset. It will be possible to click e.g. sliderarea at certain positions.

Can be used in Python, for example, as follows:

from xmlrpc.client import ServerProxy

session = ServerProxy('http://localhost:9000')
session.mouseClickWithProportion('mainWindow/sliderarea', 0.4, 0.5)

53845714nF avatar Mar 11 '24 10:03 53845714nF

Thank you for your PRs @53845714nF ! I just want you to know that I am aware of them, but that I am super busy at the moment and it might take a while until I can have a proper look at them.

faaxm avatar Mar 30 '24 02:03 faaxm

No problem, I already suspected that. I'm happy that it was noticed. I will take a look at the clang error.

Happy Easter holidays.

53845714nF avatar Mar 30 '24 14:03 53845714nF

I hope I solve the Clang Error.

53845714nF avatar Apr 17 '24 14:04 53845714nF

just closing and reopening to have github rebase on latest master

faaxm avatar May 12 '24 08:05 faaxm

I renamed it.

53845714nF avatar May 12 '24 08:05 53845714nF