Add global_position property to nested UI elements #102
Labels
No Label
Alpha Release Requirement
Bugfix
Demo Target
Documentation
Major Feature
Minor Feature
Refactoring & Cleanup
Tiny Feature
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: john/McRogueFace#102
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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