Add global_position property to nested UI elements #102

Open
opened 2025-07-05 19:12:44 +00:00 by john · 0 comments
Owner

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

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
john added the
Major Feature
label 2025-07-05 19:12:44 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: john/McRogueFace#102
No description provided.