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