pub fn ui_focusable_at<T>(
    at: Vec2,
    query: &NodePosQuery<'_, '_, T>
) -> Option<Entity>where
    T: ScreenSize + Component,
Expand description

Check which Focusable is at position at if any.

NOTE: returns None if there is no ScreenBoundaries resource.