interface RenderContext.UIElementRenderer
Interface for platform-specific state queries on UI element observers.
interface UIElementRenderer;
Notes
- All methods are optional; renderer observers implement what they support
Instance members
isFocused()
Returns true if the element currently has input focus.isHovered()
Returns true if the element is currently hovered (UIContainer only).isContentPending()
Returns true if content update is pending.
Related
class RenderContext abstract
An abstract class that supports global view rendering, part of the global application context.
