using Chernobyl.Mathematics.Mechanics; namespace Chernobyl.Input.Controls { /// /// A control that is either up (off) or down (on). /// public interface IButtonControl : IButton, IControl { } }