-
Notifications
You must be signed in to change notification settings - Fork 17
Guus/egui #1179
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
base: devel
Are you sure you want to change the base?
Conversation
Code Review: PR #1179 (Guus/egui)OverviewThis PR contains 1455 additions and 765 deletions across multiple subsystems:
Error Handling Refactoring✅ Strengths
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added some small notes
68a8e1d
to
d0dab8b
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## devel #1179 +/- ##
==========================================
+ Coverage 77.37% 77.39% +0.02%
==========================================
Files 387 387
Lines 61432 61477 +45
==========================================
+ Hits 47532 47582 +50
+ Misses 13900 13895 -5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Implements UI.SetCursor shard that accepts Float2 UI coordinates to set the egui cursor position to a specific absolute location within the current UI context. Uses allocate_space() to move the cursor by calculating offset from current position.
No description provided.