Implement path selection
This commit is contained in:
@@ -10,7 +10,7 @@ namespace PamhagenSysCtrl.Helpers.Pipeline {
|
||||
public ISet<IEdge> Outputs { get; }
|
||||
|
||||
public void Draw(Canvas canvas);
|
||||
public bool Update(double x, double y);
|
||||
public bool Update(double x, double y, bool down);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user