using System.Collections.Generic;
namespace BizHawk.Client.ApiHawk
{
public interface IInput : IExternalApi
Dictionary<string, bool> Get();
Dictionary<string, dynamic> GetMouse();
}