Table of Contents

Class MouseButtonUpMotion

Provides a callback for when Input mouse button up is triggered.

public class MouseButtonUpMotion : InputIntMotion, IEchoMotion, IMotion
Inheritance
MouseButtonUpMotion
Implements
Inherited Members
Extension Methods

Constructors

MouseButtonUpMotion(int, Action<float>)

public MouseButtonUpMotion(int button, Action<float> callback)

Parameters

button int
callback Action<float>

Properties

InputCall

protected override Func<int, bool> InputCall { get; }

Property Value

Func<int, bool>