mosra / magnum-integration

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

ImGuiIntegration: support ImGuiMouseCursor_NotAllowed #92

Closed pezcode closed 2 years ago

pezcode commented 2 years ago

This sets the No cursor ("slashed circle or crossbones" = 🚫) for ImGuiMouseCursor_NotAllowed (available in imgui 1.75+) when using an Application class that has Cursor::No.

codecov[bot] commented 2 years ago

Codecov Report

Merging #92 (63582ce) into master (da3c1ab) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #92   +/-   ##
=======================================
  Coverage   77.25%   77.25%           
=======================================
  Files          21       21           
  Lines         941      941           
=======================================
  Hits          727      727           
  Misses        214      214           
Impacted Files Coverage Δ
src/Magnum/ImGuiIntegration/Context.hpp 84.84% <ø> (ø)

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 da3c1ab...63582ce. Read the comment docs.

mosra commented 2 years ago

Thank you! Merged as 395631f0497d10a711a7bf209817fd70e324c79a, this one was easy.