-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Add an interaction api #1687
Add an interaction api #1687
Conversation
You are modifying libf3d public API! |
9ee6e50
to
6775cb7
Compare
6775cb7
to
33deb09
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1687 +/- ##
==========================================
- Coverage 96.98% 96.96% -0.02%
==========================================
Files 106 106
Lines 8781 8733 -48
==========================================
- Hits 8516 8468 -48
Misses 265 265 ☔ View full report in Codecov by Sentry. |
5aac206
to
b7f3d6e
Compare
b7f3d6e
to
f43da1b
Compare
702dbab
to
83e1046
Compare
Co-authored-by: snoyer <noyer.stephane@gmail.com>
Co-authored-by: snoyer <noyer.stephane@gmail.com>
(cherry picked from commit da368eb)
Add an API to let libf3d users control how interactions are handled
interactor::addInteractionCommand
,interactor::removeInteractorCommand
interactor_impl
to declare all libf3d interactionsinteractor::setKeyPressCallBack
To do later: