Show / Hide Table of Contents

Class MouseTint

Tints a surface when that surface would use the mouse. Helps debug which object is receiving mouse input as you move the mouse around.

Inheritance
object
UpdateComponent
MouseTint
Implements
IComponent
Inherited Members
UpdateComponent.OnRemoved(IScreenObject)
UpdateComponent.SortOrder
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.Components
Assembly: SadConsole.Extended.dll
Syntax
public class MouseTint : UpdateComponent, IComponent

Constructors

MouseTint()

Declaration
public MouseTint()

Methods

OnAdded(IScreenObject)

Called when the component is added to a host.

Declaration
public override void OnAdded(IScreenObject host)
Parameters
Type Name Description
IScreenObject host

The host that added the component.

Overrides
UpdateComponent.OnAdded(IScreenObject)

Update(IScreenObject, TimeSpan)

Called by a host on the update frame.

Declaration
public override void Update(IScreenObject host, TimeSpan delta)
Parameters
Type Name Description
IScreenObject host

The host calling the component.

TimeSpan delta

The time that has elapsed since this method was last called.

Overrides
UpdateComponent.Update(IScreenObject, TimeSpan)

Implements

IComponent
In this article

Back to top

Back to top Generated by DocFX