commit | 9f66a3a9eda865cd0e3e9d4563e9fe92a8a8785d | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Oct 19 20:54:19 2022 +0200 |
committer | ocornut <omarcornut@gmail.com> | Fri Nov 04 12:19:20 2022 +0100 |
tree | 680a82ced5eee43e9d8220bd4ac5efb4e67e8ec2 | |
parent | 1eac0024c0ca7f4a903875794fbdfac0094e4228 [diff] |
Internals: rework FocusScope system, current scope doesn't need to be in window + child doesn't inherit. Intended as part of work for input routing + blind menu processing shortcuts. Some of this commit will be stripped by next commit. Intent was to sort windows along with focus scope to build a hierarchy, but for our needs we'd need a persistant one, so scrapping the idea. Not squashing this with next commit to keep a bit of history for future references.