Home
last modified time | relevance | path

Searched refs:USBKeyboard (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBKeyboard.cs27 … 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 class
114 public USBKeyboard() in USBKeyboard() method in Antmicro.Renode.Peripherals.USB.USBKeyboard
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBKeyboard.cs17 public class USBKeyboard : IUSBPeripheral, IKeyboard class
32 public USBKeyboard() in USBKeyboard() method in Antmicro.Renode.Peripherals.USBDeprecated.USBKeyboard