Click or drag to resize
WinKeyboardGetFirstKey Method
Get the currently pressed key. If more than one key is pressed, get the first one.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public Key GetFirstKey()

Return Value

Type: Key
None is returned if no key is pressed.

Implements

IKeyboardGetFirstKey
See Also