KeyboardSimulated Class
Namespace: Stride.Input
Assembly: Stride.Input.dll
Derived from KeyboardSimulated:
public class KeyboardSimulated : KeyboardDeviceBase, IKeyboardDevice, IInputDevice
|
Improve this Doc
View Source
Constructors
public KeyboardSimulated(InputSourceSimulated source)
Parameters
|
Improve this Doc
View Source
Properties
public override Guid Id { get; }
Property Value
Type |
Description |
System.Guid |
|
Overrides
public override string Name { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
public override IInputSource Source { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Methods
public void SimulateDown(Keys key)
Parameters
Type |
Name |
Description |
Keys |
key |
|
public void SimulateUp(Keys key)
Parameters
Type |
Name |
Description |
Keys |
key |
|
Extension Methods