VncSharp

RfbProtocol.WriteKeyEvent Method 

Sends a key press or release to the server. See RFB Doc v. 3.8 section 6.3.5.

[Visual Basic]
Public Sub WriteKeyEvent( _
   ByVal keysym As UInt32, _
   ByVal pressed As Boolean _
)
[C#]
public void WriteKeyEvent(
   uint keysym,
   bool pressed
);

Parameters

keysym
The value of the key pressed, expressed using X Window "keysym" values.
pressed

See Also

RfbProtocol Class | VncSharp Namespace