Skip to main content

Class KeyboardKeyPin

An IPin implementation for a Keyboard input key

Assembly: Meadow.Keyboard.dll
View Source
Declaration
public class KeyboardKeyPin : Pin, IPin, IEquatable<IPin>

Inheritance: System.Object -> Meadow.Hardware.Pin

Implements:
Meadow.Hardware.IPin, System.IEquatable<Meadow.Hardware.IPin>

Properties

Key

The virtual key code of the key

View Source
Declaration
public char Key { get; }

Methods

Equals(IPin?)

Compares this pin to another

View Source
Declaration
public override bool Equals(IPin? other)
Returns

System.Boolean

Parameters
TypeName
Meadow.Hardware.IPinother

Implements

  • Meadow.Hardware.IPin
  • System.IEquatable<Meadow.Hardware.IPin>