Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/
DFrameBufferDisplayWidget.cs121 var ia = InputAttached; in AttachTo()
131 var ia = InputAttached; in AttachTo()
149 public Action<IPeripheral> InputAttached; field in Antmicro.Renode.Extensions.Analyzers.Video.FrameBufferDisplayWidget
DVideoAnalyzer.cs67 displayWidget.InputAttached += i => in OnAttach()