Table of Contents

Class MouseButtonDownMotion

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

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

Constructors

MouseButtonDownMotion(int, Action<float>)

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