Summary
Convert's X11KeyCode to standard System.Windows.Forms.Keys;
- Namespace
- SharpInputSystem
- Containing Type
- LibX11
Syntax
public static KeyCode ToKeys(uint x11keycode)
Parameters
| Name | Type | Description |
|---|---|---|
| x11keycode | uint |
uint
|
Return Value
| Type | Description |
|---|---|
| KeyCode |
System.Windows.Forms.Keys
|