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