Table of Contents

Class MouseButtonMotion

Provides a callback for when Input mouse button is triggered.

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

Constructors

MouseButtonMotion(int, Action<float>)

public MouseButtonMotion(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>