mosra / magnum-integration

Integration libraries for the Magnum C++11 graphics engine
https://magnum.graphics/
Other
99 stars 44 forks source link

ImGuiIntegration: implement updating application cursor #56

Closed mosra closed 4 years ago

mosra commented 5 years ago

Depends on mosra/magnum#383. Putting into a PR because I'm not sure if I can wrap up the other one in time for a release.

Cc: @Melix19

codecov-io commented 4 years ago

Codecov Report

Merging #56 into master will decrease coverage by 14.69%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
- Coverage   74.77%   60.08%   -14.7%     
==========================================
  Files          21       14       -7     
  Lines         880      486     -394     
==========================================
- Hits          658      292     -366     
+ Misses        222      194      -28
Impacted Files Coverage Δ
src/Magnum/ImGuiIntegration/Context.h 100% <ø> (ø) :arrow_up:
src/Magnum/ImGuiIntegration/Context.cpp 3.12% <0%> (-79.92%) :arrow_down:
src/Magnum/BulletIntegration/DebugDraw.cpp 12.82% <0%> (-3.46%) :arrow_down:
src/Magnum/BulletIntegration/MotionState.cpp 84.21% <0%> (-1.51%) :arrow_down:
src/Magnum/ImGuiIntegration/Integration.h 100% <0%> (ø) :arrow_up:
src/Magnum/ImGuiIntegration/Widgets.h
src/Magnum/DartIntegration/ConvertShapeNode.cpp
src/Magnum/DartIntegration/Object.h
src/Magnum/DartIntegration/World.cpp
src/Magnum/DartIntegration/Object.cpp
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 88bd1a2...dd5f030. Read the comment docs.