Update API since sendKey() has a new parameter
Commit 94f5cf05f37191ec028781bd486fbf22a460e515 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.
|
| xvpShutdown | () | Send XVP shutdown.
|
||||||
| xvpReboot | () | Send XVP reboot.
|
| xvpReboot | () | Send XVP reboot.
|
||||||
| xvpReset | () | Send XVP reset.
|
| 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
|
| clipboardPasteFrom | (text) | Send a clipboard paste event
|
||||||
| requestDesktopSize | (width, height) | Send a request to change the remote desktop size.
|
| requestDesktopSize | (width, height) | Send a request to change the remote desktop size.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user