using System.Collections.Generic; namespace BizHawk.Client.Common { public interface IInput : IExternalApi { Dictionary Get(); Dictionary GetMouse(); } }