Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Events/
DWPFToKeyScanCodeConverter.cs29 if(ScanCodesToIgnore.TryGetValue(untranslatedCode, out result)) in GetScanCode()
42 … private readonly Dictionary<Key, KeyScanCode> ScanCodesToIgnore = new Dictionary<Key, KeyScanCode> field in Antmicro.Renode.Extensions.Analyzers.Video.Events.WPFToKeyScanCodeConverter