-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extension of the mouseClick function (add proportion and offset) #103
Conversation
6b24d6d
to
34a7df6
Compare
9178e8a
to
de9f36c
Compare
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. |
No problem, I already suspected that. Happy Easter holidays. |
de9f36c
to
54b5a9c
Compare
I hope I solve the Clang Error. |
…l be possible to click e.g. sliderarea at certain positions.
0440ff3
to
9eae928
Compare
9eae928
to
0569835
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍.
Could you merge in your pipeline fixes to stop the ci pipeline from failing? Once that runs through it can be merged :)
just closing and reopening to have github rebase on latest master |
Co-authored-by: Falko Axmann <51922941+faaxm@users.noreply.github.com>
I renamed it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice and thanks for putting in the effort 👍 Hope I soon find time for the remaining reviews... Doing this purely in my free time, so unfortunately spix doesn't always make it to the top of my priority list.
…xm#103) * Add new parameters (proportion and offset) to the mouse Click. It will be possible to click e.g. sliderarea at certain positions. * Create a new GTest for Mouse Click Position * Update examples/GTestMouseClickPosition/main.cpp --------- Co-authored-by: Sebastian Feustel <sebastian.feustel@kdab.com> Co-authored-by: Falko Axmann <51922941+faaxm@users.noreply.github.com>
Add new parameters (proportion and offset) to the mouseClick function. For the end User this will end in two new Functions
mouseClickWithProportion
andmouseClickWithOffset
. It will be possible to click e.g. sliderarea at certain positions.Can be used in Python, for example, as follows: