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

Tell ImGui that changing mouse cursors is supported #71

Closed
wants to merge 1 commit into from

Conversation

Auburn
Copy link
Contributor

@Auburn Auburn commented Jun 19, 2020

Allows ImGui setting ImGuiIO::ConfigWindowsResizeFromEdges to function

io.BackendFlags |= ImGuiBackendFlags_HasMouseCursors;
@codecov-commenter
Copy link

codecov-commenter commented Jun 19, 2020

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%) ⬆️

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 mosra added this to the 2020.06 milestone Jun 26, 2020
@mosra mosra added this to TODO in GUI via automation Jun 26, 2020
@mosra
Copy link
Owner

mosra commented Jun 26, 2020

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

@mosra mosra closed this Jun 26, 2020
GUI automation moved this from TODO to Done Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
GUI
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants