Class MouseButtonMotion
- Namespace
- FriedSynapse.FlowEnt.Motions.Echo.Inputs
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
Properties
InputCall
protected override Func<int, bool> InputCall { get; }