Table of Contents

Class KeyboardSimulated

Namespace
Stride.Input
Assembly
Stride.Input.dll
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

Guid

Name

The name of the device

public override string Name { get; }

Property Value

string

Source

The input source the device belongs to.

public override IInputSource Source { get; }

Property Value

IInputSource

Methods

SimulateDown(Keys)

public void SimulateDown(Keys key)

Parameters

key Keys

SimulateUp(Keys)

public void SimulateUp(Keys key)

Parameters

key Keys