Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DFrameBufferDisplayWidget.cs118 public void AttachTo(IKeyboard keyboardToAttach) in AttachTo() argument
120 handler.Attach(keyboard: keyboardToAttach); in AttachTo()
124 ia(keyboardToAttach); in AttachTo()
DVideoAnalyzer.cs30 public void AttachTo(IKeyboard keyboardToAttach) in AttachTo() argument
32 displayWidget.AttachTo(keyboardToAttach); in AttachTo()