Class KeyboardSimulated
public class KeyboardSimulated : KeyboardDeviceBase, IKeyboardDevice, IInputDevice
  - Inheritance
 - 
      objectKeyboardSimulated
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
KeyboardSimulated(InputSourceSimulated)
public KeyboardSimulated(InputSourceSimulated source)
  Parameters
sourceInputSourceSimulated
Properties
Id
The unique identifier of this device
public override Guid Id { get; }
  Property Value
Name
The name of the device
public override string Name { get; }
  Property Value
Source
The input source the device belongs to.
public override IInputSource Source { get; }
  Property Value
Methods
SimulateDown(Keys)
public void SimulateDown(Keys key)
  Parameters
keyKeys
SimulateUp(Keys)
public void SimulateUp(Keys key)
  Parameters
keyKeys