Table of Contents

Interface IClickableElement

Namespace
RichHudFramework.UI
Assembly
RichHudClient.dll

Indicates that a UI element supports mouse interaction via an IMouseInput instance.

public interface IClickableElement : IFocusableElement
Inherited Members

Properties

MouseInput

Mouse input interface for this clickable element

IMouseInput MouseInput { get; }

Property Value

IMouseInput