Class KeyboardBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.HAL
Assembly: Cosmos.HAL2.dll
Syntax
public abstract class KeyboardBase : Device
Fields
| Improve this Doc View SourceOnKeyPressed
Declaration
public KeyboardBase.KeyPressedEventHandler OnKeyPressed
Field Value
Type | Description |
---|---|
KeyboardBase.KeyPressedEventHandler |
Methods
| Improve this Doc View SourceInitialize()
Initialize the device. Happens before the interrupt is registered, ie before the class is being used.
Declaration
public abstract void Initialize()
UpdateLeds()
Update keyboard LEDs.
Declaration
public abstract void UpdateLeds()
WaitForKey()
Wait for key to be pressed.
Declaration
public static void WaitForKey()