-
Notifications
You must be signed in to change notification settings - Fork 14
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
Virtual UI panels #525
Virtual UI panels #525
Conversation
Codecov Report
@@ Coverage Diff @@
## devel #525 +/- ##
==========================================
- Coverage 81.40% 81.36% -0.05%
==========================================
Files 235 243 +8
Lines 29650 30152 +502
==========================================
+ Hits 24138 24534 +396
- Misses 5512 5618 +106
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
7e899f6
to
4613129
Compare
bcd45db
to
d98691b
Compare
Also Rename Context => UI
Renamed to Spatial.UI & Panel |
I have an issue with right-clicking. For some reason it doesn't work in debug but does in release (even after removing the // in UI's shard activate
let mouse = &ui.ctx().input().pointer;
if mouse.secondary_released() {
// do something
shlog!("right mouse clicked");
} |
Yes thanks for reminding, I'll fix that @Kryptos-FR EDIT: I thought you meant the same issue you mentioned earlier with left click being stuck when moving the camera but this it slightly different, but maybe the same cause. |
MVP for world space UI, tried to keep the PR as small as possible
reference/shards/VUI/Context/
)