Skip to content
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

Enable mouse middle and right buttons for ImGui #1500

Merged
merged 2 commits into from
Sep 17, 2020
Merged

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Sep 16, 2020


Before creating a pull request

  • Document new methods and classes
  • Format new code files using clang-format

Before merging a pull request

  • Set version target by selecting a milestone on the right side
  • Summarize this change in CHANGELOG.md

@jslee02 jslee02 added this to the DART 6.10.0 milestone Sep 16, 2020
@jslee02 jslee02 marked this pull request as ready for review September 16, 2020 21:09
@codecov
Copy link

codecov bot commented Sep 16, 2020

Codecov Report

Merging #1500 into master will decrease coverage by 0.03%.
The diff coverage is 11.11%.

@@            Coverage Diff             @@
##           master    #1500      +/-   ##
==========================================
- Coverage   58.20%   58.17%   -0.04%     
==========================================
  Files         412      414       +2     
  Lines       29913    30008      +95     
==========================================
+ Hits        17412    17456      +44     
- Misses      12501    12552      +51     
Impacted Files Coverage Δ
dart/collision/CollisionResult.cpp 70.73% <0.00%> (ø)
dart/constraint/BoxedLcpConstraintSolver.cpp 53.00% <0.00%> (ø)
dart/dynamics/PyramidShape.hpp 0.00% <0.00%> (ø)
dart/dynamics/Skeleton.hpp 83.33% <ø> (ø)
dart/collision/fcl/FCLCollisionDetector.cpp 85.62% <2.85%> (-4.01%) ⬇️
dart/dynamics/PyramidShape.cpp 6.25% <6.25%> (ø)
dart/utils/SkelParser.cpp 66.66% <14.28%> (-0.39%) ⬇️
dart/dynamics/Skeleton.cpp 66.22% <100.00%> (+0.05%) ⬆️
dart/dynamics/detail/GenericJoint.hpp 75.47% <100.00%> (+0.03%) ⬆️
... and 6 more

@jslee02 jslee02 merged commit 54c0097 into master Sep 17, 2020
@jslee02 jslee02 deleted the gui_mouse_button_maps branch September 17, 2020 03:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant