VncClient SendKeyEvent Method RemoteViewing
Sends a key event to the VNC server to indicate a key has been pressed or released.

Namespace: RemoteViewing.Vnc
Assembly: RemoteViewing (in RemoteViewing.dll) Version: 0.9.1.0 (0.9.1.0)
Syntax

public void SendKeyEvent(
	int keysym,
	bool pressed
)

Parameters

keysym
Type: OnlineSystem Int32
The X11 keysym of the key. For many keys this is the ASCII value.
pressed
Type: OnlineSystem Boolean
true for a key press event, or false for a key release event.
See Also