-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
xilem/masonry_core/src/core/contexts.rs
Lines 955 to 961 in ac4eae5
| /// The "active" status of a widget. | |
| /// | |
| /// A widget is "active" when the user is "actively" interacting with it. | |
| /// Currently, a widget is determined to be active when it has [captured] a pointer, | |
| /// but this may change in the future to account for e.g. keyboard interactions. | |
| /// | |
| /// [captured]: crate::doc::masonry_concepts#pointer-capture |
For example, like running widgets example, focusing the checkbox component and pressing ENTER does not change the background of checkbox, like pressing the mouse.
a.mp4
Metadata
Metadata
Assignees
Labels
No labels