mosra / magnum-integration

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

Tell ImGui that changing mouse cursors is supported #71

Closed Auburn closed 4 years ago

Auburn commented 4 years ago

Allows ImGui setting ImGuiIO::ConfigWindowsResizeFromEdges to function

codecov-commenter commented 4 years ago

Codecov Report

Merging #71 into master will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #71      +/-   ##
==========================================
+ Coverage   75.27%   75.30%   +0.02%     
==========================================
  Files          21       21              
  Lines         902      903       +1     
==========================================
+ Hits          679      680       +1     
  Misses        223      223              
Impacted Files Coverage Δ
src/Magnum/ImGuiIntegration/Context.cpp 87.50% <100.00%> (+0.07%) :arrow_up:

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 f6ab25d...064536e. Read the comment docs.

mosra commented 4 years ago

Oh, of course I forgot about this. Merged as 08087289faba8dee8d153434ef33941727ff3ba8, sorry for the delay.