|
|
|
|
|
by protoman3000
1957 days ago
|
|
A related question, how do GUIs actually resolve quickly on which element under the cursor a click lands? How is the click propagated recursively through every component and is the position compared repeatedly at every step? |
|
(though there is usually a bit extra logic for handling, e.g., invisible and disabled windows)