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