HeladoDeBrownie / Nexus

creative sandbox game in early development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement defined z-order in Container

HeladoDeBrownie opened this issue · comments

now that Container sends presses based on subwidget positions, it's probably necessary to provide some means to determine in a deterministic manner what widget actually receives the press in the case of some widgets overlapping. widgets should follow a defined z-order and be reorderable

resolved by 0743e41