Add global_position property to nested UI elements #102
Labels
No labels
Alpha Release Requirement
Bugfix
Demo Target
Documentation
Major Feature
Minor Feature
priority:tier1-active
priority:tier2-foundation
priority:tier3-future
priority:tier4-deferred
Refactoring & Cleanup
system:animation
system:documentation
system:grid
system:input
system:performance
system:python-binding
system:rendering
system:ui-hierarchy
Tiny Feature
workflow:blocked
workflow:needs-benchmark
workflow:needs-documentation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
john/McRogueFace#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Elements inside Frame.children need a way to get their absolute screen position, not just relative position.
Affects: All UIDrawable derivatives when nested in Frame.children
Notes: This may have a dependency on UIDrawable Rendering format change, #6 .
This may also be impossible without forcing Drawables to be in exactly one collection - a single Drawable can be in multiple places with the same "local coordinates", but drawn from different parents
in conjunction with #122, as well
e3d8f54d46