using Chernobyl.Mathematics.Mechanics; namespace Chernobyl.Input.Controls.Axis { /// /// A control that can be moved in positive or /// negative direction on 2 dimensions (X and Y). /// public interface IAxis2DControl : IAxis2D, IControl { } }