Struct amethyst_ui::UiFocused [−][src]
pub struct UiFocused {
pub entity: Option<Entity>,
}This resource stores the currently focused UI element.
Fields
entity: Option<Entity>
The entity containing the focused UI element.