OpenTK.Input.KeyboardDevice.this C# (CSharp) Method

this() public method

Gets a value indicating the status of the specified Key.
public this ( Key key ) : bool
key Key The Key to check.
return bool
        public bool this[Key key]
        {
            get { return keys[(int)key]; }
        }

Same methods

KeyboardDevice::this ( uint scancode ) : bool