Hide keyboard object from RFB callers
This commit is contained in:
parent
f976b5500e
commit
233c8b6a53
|
@ -1574,8 +1574,6 @@ RFB.prototype.get_viewport = function () {
|
|||
return this._display.get_viewport();
|
||||
};
|
||||
|
||||
RFB.prototype.get_keyboard = function () { return this._keyboard; };
|
||||
|
||||
// Class Methods
|
||||
RFB.messages = {
|
||||
keyEvent: function (sock, keysym, down) {
|
||||
|
|
Loading…
Reference in New Issue