-
-
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
Added ability for right & middle mouse clicks #47
Conversation
ah damnit. the unit-tests did not compile for me and I did not notice. |
They are in the root cmake, but disabled by default unless you provide a I think the problem for the tests and examples currently is that |
Ok. I will check it. Not sure when though... |
Hm... |
Hmmm, it looks like it should have worked... I will try to have a closer look myself over the weekend. |
The issue seems to be that the constants are declared as The reason this popped up now is that when using them as arguments to I think I would restructure stuff a bit and use enums instead... Do I have permission to commit onto the branch in your fork? If that is ok, I would just push there... Have never tried that on github though, so not sure if that works 😅 |
I added you as collaborateur to be sure ;-) |
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 to me. Thanks for the help.
Fixes #46
It should not break any existing tests.
In AnyRpc I went for a second function name as it seems that the functions are identified by name and a default param should also be difficult with the std::function involved...
Should we be consistent and also have the second function name in the plain TestServer?