Update API since sendKey() has a new parameter
Commit 94f5cf05f3
added a new parameter to
the public function in the RFB object.
This commit is contained in:
parent
2f77baabd4
commit
3c5dd884d2
|
@ -201,7 +201,7 @@ callback event name, and the callback function.
|
|||
| xvpShutdown | () | Send XVP shutdown.
|
||||
| xvpReboot | () | Send XVP reboot.
|
||||
| xvpReset | () | Send XVP reset.
|
||||
| sendKey | (keysym, down) | Send a key press event. If down not specified, send a down and up event.
|
||||
| sendKey | (keysym, code, down) | Send a key press event. If down not specified, send a down and up event.
|
||||
| clipboardPasteFrom | (text) | Send a clipboard paste event
|
||||
| requestDesktopSize | (width, height) | Send a request to change the remote desktop size.
|
||||
|
||||
|
|
Loading…
Reference in New Issue