Mosa.EmulatedDevices.Synthetic.Keyboard.AcceptKey C# (CSharp) Method

AcceptKey() public method

Accepts the key.
public AcceptKey ( Key key ) : void
key Mosa.DeviceSystem.Key The key.
return void
        public void AcceptKey(Key key)
        {
            keys.Enqueue(key);
        }