Searched refs:USBKeyboard (Results 1 – 2 of 2) sorted by relevance
27 … if(usbController.Children.Where(m => m.Peripheral.GetType() == typeof(USBKeyboard)).Count() != 0) in AttachUSBKeyboard()32 usbController.Register(new USBKeyboard(), port); in AttachUSBKeyboard()37 …ren.Where(m => m.Peripheral.GetType() == typeof(USBKeyboard)).Select(m => m.Peripheral).Cast<USBKe… in KeyboardType()46 public static void TypeText(this USBKeyboard keyboard, string text) in TypeText()112 public class USBKeyboard : IUSBDevice, IKeyboard class114 public USBKeyboard() in USBKeyboard() method in Antmicro.Renode.Peripherals.USB.USBKeyboard
17 public class USBKeyboard : IUSBPeripheral, IKeyboard class32 public USBKeyboard() in USBKeyboard() method in Antmicro.Renode.Peripherals.USBDeprecated.USBKeyboard