Delegate KeyboardBase.KeyPressedEventHandler
Namespace: Cosmos.HAL
Assembly: Cosmos.HAL2.dll
Syntax
public delegate void KeyPressedEventHandler(byte ScanCode, bool Released);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte | ScanCode | |
| System.Boolean | Released |