C# Class RemoteViewing.Windows.Forms.VncKeysym

Helps with Windows Forms keyboard interaction.
Mostrar archivo Open project: qmfrederik/remoteviewing Class Usage Examples

Public Methods

Method Description
FromKeyCode ( Keys key ) : int

Converts Windows Forms Keys to X11 keysyms.

Method Details

FromKeyCode() public static method

Converts Windows Forms Keys to X11 keysyms.
public static FromKeyCode ( Keys key ) : int
key Keys The key.
return int