Pencil.Gaming.KeyboardState.this C# (CSharp) Method

this() public method

public this ( Key k ) : bool
k Key
return bool
        public bool this[Key k]
        {
            get
            {
                return keys[k];
            }
        }
    }