Class PointerCaptureOracle
Pointer-over-UI and keyboard-capture predicates against a live UI Toolkit panel, so map input can stand down when a widget or a text field owns the event instead.
public static class PointerCaptureOracle
- Inheritance
-
objectPointerCaptureOracle
Methods
IsEditableText(VisualElement)
public static bool IsEditableText(VisualElement e)
Parameters
eVisualElement
Returns
IsKeyboardCaptured(IPanel)
public static bool IsKeyboardCaptured(IPanel panel)
Parameters
panelIPanel
Returns
IsPointerOverUi(IPanel, Vector2)
public static bool IsPointerOverUi(IPanel panel, Vector2 screenTopLeftPx)
Parameters
panelIPanelscreenTopLeftPxVector2