Class KeyboardSimulated
public class KeyboardSimulated : KeyboardDeviceBase, IKeyboardDevice, IInputDevice
- Inheritance
-
KeyboardSimulated
- Implements
- Inherited Members
- Extension Methods
Constructors
KeyboardSimulated(InputSourceSimulated)
public KeyboardSimulated(InputSourceSimulated source)
Parameters
source
InputSourceSimulated
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
key
Keys
SimulateUp(Keys)
public void SimulateUp(Keys key)
Parameters
key
Keys