Home
last modified time | relevance | path

Searched defs:keyboard (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Handlers/
DIOHandler.cs135 public void Attach(IPointerInput pointer = null, IKeyboard keyboard = null) in Attach()
165 public void Detach(bool pointer = false, bool keyboard = false) in Detach()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBKeyboard.cs46 public static void TypeText(this USBKeyboard keyboard, string text) in TypeText()