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 _
)
Parameters
- keysym
- The value of the key pressed, expressed using X Window "keysym" values.
- pressed
See Also
RfbProtocol Class | VncSharp Namespace